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))
|
(powerline-evil-vim-color-theme))
|
||||||
|
|
||||||
;; theme
|
;; theme
|
||||||
(use-package heroku-theme
|
(if (display-graphic-p)
|
||||||
:ensure t)
|
(progn
|
||||||
|
(use-package heroku-theme :ensure t))
|
||||||
|
(progn
|
||||||
|
(load-theme 'wombat)))
|
||||||
|
|
||||||
;; Open .org files in org directory
|
;; Open .org files in org directory
|
||||||
(defun my/counsel-org-agenda ()
|
(defun my/counsel-org-agenda ()
|
||||||
|
|
Loading…
Reference in a new issue