projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
f9334fa
)
* .emacs.d/init.el: Fix logic for loading display-fill-column-indicator.
author
Amin Bandali
<bandali@kelar.org>
Sun, 22 May 2022 16:48:40 +0000
(12:48 -0400)
committer
Amin Bandali
<bandali@kelar.org>
Sun, 22 May 2022 16:48:40 +0000
(12:48 -0400)
.emacs.d/init.el
patch
|
blob
|
blame
|
history
diff --git
a/.emacs.d/init.el
b/.emacs.d/init.el
index
4183865
..
e6c6a14
100644
(file)
--- a/
.emacs.d/init.el
+++ b/
.emacs.d/init.el
@@
-854,11
+854,10
@@
Effectively a very simple light/dark theme toggle switch."
;; org-ref-bibliography-notes "~/usr/org/notes.org"
;; org-ref-pdf-directory "~/usr/org/bibtex-pdfs/"))
;; org-ref-bibliography-notes "~/usr/org/notes.org"
;; org-ref-pdf-directory "~/usr/org/bibtex-pdfs/"))
-(when (featurep 'display-fill-column-indicator)
- (run-with-idle-timer
- 0.2 nil #'require 'display-fill-column-indicator)
- (with-eval-after-load 'display-fill-column-indicator
- (global-display-fill-column-indicator-mode 1)))
+(run-with-idle-timer
+ 0.2 nil #'require 'display-fill-column-indicator nil 'noerror)
+(with-eval-after-load 'display-fill-column-indicator
+ (global-display-fill-column-indicator-mode 1))
(with-eval-after-load 'window
(setq split-width-threshold 150)
(with-eval-after-load 'window
(setq split-width-threshold 150)