Update
This commit is contained in:
@@ -45,6 +45,8 @@
|
|||||||
:ensure nil
|
:ensure nil
|
||||||
:hook (elpaca-after-init . show-paren-mode))
|
:hook (elpaca-after-init . show-paren-mode))
|
||||||
|
|
||||||
|
(setq-default show-trailing-whitespace t)
|
||||||
|
|
||||||
(recentf-mode 1)
|
(recentf-mode 1)
|
||||||
(use-package recentf
|
(use-package recentf
|
||||||
:ensure nil
|
:ensure nil
|
||||||
@@ -62,7 +64,7 @@
|
|||||||
(add-to-list 'default-frame-alist '(internal-border-width . 5))
|
(add-to-list 'default-frame-alist '(internal-border-width . 5))
|
||||||
|
|
||||||
(pcase system-type ('darwin (setq insert-directory-program "gls")))
|
(pcase system-type ('darwin (setq insert-directory-program "gls")))
|
||||||
|
|
||||||
(setq-default tab-width 2
|
(setq-default tab-width 2
|
||||||
standard-indent 2
|
standard-indent 2
|
||||||
compilation-scroll-output t
|
compilation-scroll-output t
|
||||||
|
|||||||
Reference in New Issue
Block a user