actually fix use-package emacs
with elpaca nil
This commit is contained in:
parent
a3a7f3193b
commit
eb4f88907c
@ -6,18 +6,18 @@
|
||||
;; -----------------------------------------------------------------------------
|
||||
;;; Code:
|
||||
|
||||
(elpaca-use-package emacs
|
||||
:custom
|
||||
(scroll-margin 2)
|
||||
(scroll-conservatively 100)
|
||||
(scroll-up-aggressively 0.01)
|
||||
(scroll-down-aggressively 0.01)
|
||||
(auto-window-vscroll nil)
|
||||
:init
|
||||
(global-visual-line-mode t)
|
||||
(set-language-environment "UTF-8")
|
||||
(global-prettify-symbols-mode 1)
|
||||
)
|
||||
(elpaca nil
|
||||
(use-package emacs
|
||||
:custom
|
||||
(scroll-margin 2)
|
||||
(scroll-conservatively 100)
|
||||
(scroll-up-aggressively 0.01)
|
||||
(scroll-down-aggressively 0.01)
|
||||
(auto-window-vscroll nil)
|
||||
:init
|
||||
(global-visual-line-mode t)
|
||||
(set-language-environment "UTF-8")
|
||||
(global-prettify-symbols-mode 1)))
|
||||
|
||||
;; diminish
|
||||
(elpaca-use-package diminish)
|
||||
|
Loading…
Reference in New Issue
Block a user