diff options
-rw-r--r-- | .emacs.local.d/modes/centaur-tabs.el | 2 | ||||
-rw-r--r-- | .emacs.local.d/modes/themes.el | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/.emacs.local.d/modes/centaur-tabs.el b/.emacs.local.d/modes/centaur-tabs.el index 564d851..e00562b 100644 --- a/.emacs.local.d/modes/centaur-tabs.el +++ b/.emacs.local.d/modes/centaur-tabs.el @@ -1,3 +1,5 @@ +;; Elpa packages: centaur-tabs + (use-package centaur-tabs :demand :config diff --git a/.emacs.local.d/modes/themes.el b/.emacs.local.d/modes/themes.el index 685e253..661acf5 100644 --- a/.emacs.local.d/modes/themes.el +++ b/.emacs.local.d/modes/themes.el @@ -1,5 +1,5 @@ ;; Debian packages: elpa-clues-theme elpa-monokai-theme elpa-smart-mode-line-powerline-theme elpa-solarized-theme elpa-zenburn-theme -;; Elpa packages: atom-one-dark +;; Elpa packages: atom-one-dark doom-themes (load-theme 'doom-molokai t) (set-frame-parameter (selected-frame) 'alpha '(92 . 92)) |