emacs: Add alternative theme for terminal
This commit is contained in:
parent
1e204afdf2
commit
20567549c8
1 changed files with 5 additions and 2 deletions
|
@ -243,8 +243,11 @@
|
|||
(powerline-evil-vim-color-theme))
|
||||
|
||||
;; theme
|
||||
(use-package heroku-theme
|
||||
:ensure t)
|
||||
(if (display-graphic-p)
|
||||
(progn
|
||||
(use-package heroku-theme :ensure t))
|
||||
(progn
|
||||
(load-theme 'wombat)))
|
||||
|
||||
;; Open .org files in org directory
|
||||
(defun my/counsel-org-agenda ()
|
||||
|
|
Loading…
Reference in a new issue