projects
/
~bandali
/
configs
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[emacs] update 4 drones
[~bandali/configs]
/
init.org
diff --git
a/init.org
b/init.org
index
7b4a1a9
..
44f31dc
100644
(file)
--- a/
init.org
+++ b/
init.org
@@
-327,8
+327,11
@@
it it's own file. While at it, treat themes as safe.
** Secrets file
** Secrets file
+Load the secrets file if it exists, otherwise show a warning.
+
#+begin_src emacs-lisp
#+begin_src emacs-lisp
-(load (no-littering-expand-etc-file-name "secrets"))
+(with-demoted-errors
+ (load (no-littering-expand-etc-file-name "secrets")))
#+end_src
** Better =$PATH= handling
#+end_src
** Better =$PATH= handling
@@
-1259,7
+1262,8
@@
TODO: break this giant source block down into individual org sections.
:config (column-number-mode))
(progn ; `text-mode'
:config (column-number-mode))
(progn ; `text-mode'
- (add-hook 'text-mode-hook #'indicate-buffer-boundaries-left))
+ (add-hook 'text-mode-hook #'indicate-buffer-boundaries-left)
+ (add-hook 'text-mode-hook #'abbrev-mode))
(use-package tramp
:defer t
(use-package tramp
:defer t
@@
-2279,8
+2283,8
@@
For when I /have to/ use GH.
:hook (;; (message-setup . mml-secure-message-sign-pgpmime)
(message-mode . flyspell-mode)
(message-mode . (lambda ()
:hook (;; (message-setup . mml-secure-message-sign-pgpmime)
(message-mode . flyspell-mode)
(message-mode . (lambda ()
- (setq fill-column 65
- message-fill-column 65)
+
;;
(setq fill-column 65
+
;;
message-fill-column 65)
(make-local-variable 'company-idle-delay)
(setq company-idle-delay 0.2))))
;; :custom-face
(make-local-variable 'company-idle-delay)
(setq company-idle-delay 0.2))))
;; :custom-face