optimize package loading
This commit is contained in:
@@ -12,7 +12,6 @@
|
||||
;;; Code:
|
||||
(use-package spacemacs-common
|
||||
:after (cl-lib) ;; spacemacs-common misses to load cl-lib
|
||||
:load-path (lambda() (concat config-dir "lisp/spacemacs-theme"))
|
||||
:config
|
||||
(load-theme 'spacemacs-dark t))
|
||||
|
||||
@@ -55,7 +54,6 @@
|
||||
(use-package emojify
|
||||
:if window-system
|
||||
:commands emojify-mode
|
||||
:load-path (lambda() (concat config-dir "lisp/emojify"))
|
||||
:hook (after-init . global-emojify-mode)
|
||||
:init
|
||||
(setq emojify-emojis-dir (concat user-emacs-directory ".cache/emojify")))
|
||||
|
||||
Reference in New Issue
Block a user