summaryrefslogtreecommitdiffstats
path: root/lisp/init-mac.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/init-mac.el')
-rw-r--r--lisp/init-mac.el12
1 files changed, 0 insertions, 12 deletions
diff --git a/lisp/init-mac.el b/lisp/init-mac.el
index 5873e95..bf1848b 100644
--- a/lisp/init-mac.el
+++ b/lisp/init-mac.el
@@ -2,18 +2,6 @@
;;; Commentary:
;;; Code:
-(defvar mpolden/font-family "Iosevka" "Set the default font.")
-
-(defvar mpolden/font-size 14 "Set the default font size in points.")
-
-;; set font
-(let ((font-family mpolden/font-family))
- (when (and (display-graphic-p) (member font-family (font-family-list)))
- (set-face-attribute 'default nil
- :family font-family
- :height (* 10 mpolden/font-size))))
-
-
;; use command as meta
(setq mac-command-modifier 'meta)