Change the default emacs theme
This commit is contained in:
parent
fcf4fe5bf8
commit
7fbd98a3f3
1 changed files with 4 additions and 0 deletions
|
|
@ -31,5 +31,9 @@
|
||||||
(use-package mozc
|
(use-package mozc
|
||||||
:bind (("C-c m" . mozc-mode)))
|
:bind (("C-c m" . mozc-mode)))
|
||||||
|
|
||||||
|
(use-package material-theme
|
||||||
|
:config
|
||||||
|
(load-theme 'material t))
|
||||||
|
|
||||||
(put 'dired-find-alternate-file 'disabled nil)
|
(put 'dired-find-alternate-file 'disabled nil)
|
||||||
(defalias 'yes-or-no-p 'y-or-n-p)
|
(defalias 'yes-or-no-p 'y-or-n-p)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue