diff options
-rw-r--r-- | custom-settings.el | 2 | ||||
-rw-r--r-- | init.el | 20 |
2 files changed, 11 insertions, 11 deletions
diff --git a/custom-settings.el b/custom-settings.el index af5228d..f3a5fd7 100644 --- a/custom-settings.el +++ b/custom-settings.el @@ -9,7 +9,7 @@ ["black" "red3" "ForestGreen" "yellow3" "blue" "magenta3" "DeepSkyBlue" "gray50"]) '(company-quickhelp-color-background "#4F4F4F") '(company-quickhelp-color-foreground "#DCDCCC") - '(custom-enabled-themes nil) + '(custom-enabled-themes (quote (wheatgrass))) '(custom-safe-themes (quote ("a22f40b63f9bc0a69ebc8ba4fbc6b452a4e3f84b80590ba0a92b4ff599e53ad0" "bffa9739ce0752a37d9b1eee78fc00ba159748f50dc328af4be661484848e476" "947190b4f17f78c39b0ab1ea95b1e6097cc9202d55c73a702395fc817f899393" "8f97d5ec8a774485296e366fdde6ff5589cf9e319a584b845b6f7fa788c9fa9a" default))) @@ -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) |