commit 6efda0052077f655017c77c9f77f48dc3e70260d parent 66b54ff36114241513fa8646beff4675c23c4b78 Author: Hugo Soucy <hugo.soucy@toumoro.com> Date: Mon, 16 Sep 2019 21:39:59 -0400 Comment hexrgb use-package Diffstat:
M | partials/ui-ux.el | | | 14 | +++++++------- |
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/partials/ui-ux.el b/partials/ui-ux.el @@ -12,10 +12,10 @@ :config (which-key-mode)) -(use-package hexrgb - ;; Functions to manipulate colors, including RGB hex strings. - :ensure t - :pin marmalade) +;; (use-package hexrgb +;; ;; Functions to manipulate colors, including RGB hex strings. +;; :ensure t +;; :pin marmalade) (use-package ace-window ;; Quickly switch windows. @@ -27,9 +27,9 @@ ;; Fonts ;; Custom font face (120 === 12pt) -(if (not (eq system-type 'darwin)) - (set-face-attribute 'default nil :font "Terminus" :height 120) - (set-face-attribute 'default nil :height 140)) +;; (if (not (eq system-type 'darwin)) +;; (set-face-attribute 'default nil :font "Terminus" :height 120) +;; (set-face-attribute 'default nil :height 140)) ;; Ibuffer ;; By default Buffer List with Ibuffer