clean up
This commit is contained in:
@@ -12,10 +12,9 @@
|
||||
;;; Code:
|
||||
(use-package spacemacs-common
|
||||
:after (cl-lib) ;; spacemacs-common misses to load cl-lib
|
||||
:load-path (lambda() (concat user-emacs-directory "lisp/spacemacs-theme"))
|
||||
:load-path "lisp/spacemacs-theme"
|
||||
:config
|
||||
(load-theme 'spacemacs-dark t)
|
||||
)
|
||||
(load-theme 'spacemacs-dark t))
|
||||
|
||||
;; Test char and monospace:
|
||||
;; 1234567890abcdefghijklmnopqrstuvwxyz [] () :;,. !@#$^&*
|
||||
@@ -55,11 +54,10 @@
|
||||
|
||||
(use-package emojify
|
||||
:commands emojify-mode
|
||||
:load-path (lambda() (concat user-emacs-directory "lisp/emojify"))
|
||||
:load-path "lisp/emojify"
|
||||
:hook (after-init . global-emojify-mode)
|
||||
:init
|
||||
(setq emojify-emojis-dir (concat user-emacs-directory ".cache/emojify"))
|
||||
)
|
||||
(setq emojify-emojis-dir (concat user-emacs-directory ".cache/emojify")))
|
||||
|
||||
(provide 'theme-settings)
|
||||
;;; theme-settings.el ends here
|
||||
|
||||
Reference in New Issue
Block a user