diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2019-12-23 10:44:43 +0000 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2019-12-23 10:44:43 +0000 |
commit | 69c2e0d2e526588f842ac8d0e30b11f1c42a1c32 (patch) | |
tree | d559dfa187ac25d595d6577a09388d7ca6fd42d4 /init.el | |
parent | eddb9d32ba4421eb1669f264162f335c41b09639 (diff) |
Changed to wheatgrass theme (a la Baggers, which I like); basic font
Diffstat (limited to '')
-rw-r--r-- | init.el | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -29,7 +29,7 @@ (setq use-package-always-ensure t) ;; Themes -(use-package monokai-theme) +;; (use-package monokai-theme) ;; Highlight line ;;(setq set-face-background hl-line-face "pale goldenrod") @@ -157,15 +157,15 @@ (setq org-caldav-files `("~/Nextcloud/org/cal.org"))) ;; fonts -(when (eq system-type 'gnu/linux) - (set-frame-font "Fira Code Retina 12") - ;; Default Browser - (setq browse-url-browser-function 'browse-url-generic - browse-url-generic-program "firefox" - browse-url-new-window-flag t) - (menu-bar-mode -1) - ;; enable pdf-tools - (pdf-tools-install)) +;; (when (eq system-type 'gnu/linux) +;; (set-frame-font "Fira Code Retina 12") +;; ;; Default Browser +;; (setq browse-url-browser-function 'browse-url-generic +;; browse-url-generic-program "firefox" +;; browse-url-new-window-flag t) +;; (menu-bar-mode -1) +;; ;; enable pdf-tools +;; (pdf-tools-install)) ;; Garbage collection (setq gc-cons-threshold 20000000) |