summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--accounts/gkleen@sif/emacs.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/accounts/gkleen@sif/emacs.el b/accounts/gkleen@sif/emacs.el
index 8b7a4b45..48479532 100644
--- a/accounts/gkleen@sif/emacs.el
+++ b/accounts/gkleen@sif/emacs.el
@@ -150,6 +150,9 @@
150 150
151(setq auth-sources '()) 151(setq auth-sources '())
152 152
153(setq-default indicate-empty-lines t)
154(setq-default show-trailing-whitespace t)
155
153(defun tramp-sh-handle-start-file-process@my-direnv (args) 156(defun tramp-sh-handle-start-file-process@my-direnv (args)
154 "Enable Direnv for hosts in `direnv-enabled-hosts'." 157 "Enable Direnv for hosts in `direnv-enabled-hosts'."
155 (with-parsed-tramp-file-name (expand-file-name default-directory) nil 158 (with-parsed-tramp-file-name (expand-file-name default-directory) nil