diff options
author | Blaise Thompson <blaise@untzag.com> | 2019-12-08 20:58:54 -0600 |
---|---|---|
committer | Blaise Thompson <blaise@untzag.com> | 2019-12-08 20:58:54 -0600 |
commit | 44d740be084cf93b7dbaf3328d39f414cf9095d5 (patch) | |
tree | f01b7bab6f070504f9820b69a9b9ac29f8946258 /emacs | |
parent | 8ec8d79f538976d674ea0de276e34d698972496d (diff) |
2019-12-08 20:58
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/init.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emacs/init.el b/emacs/init.el index 57f6cbd..00ae3a0 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -15,7 +15,8 @@ ("/home/blaise/org/agenda.org" "/home/blaise/org/anniversaries.org" "/home/blaise/org/repeat.org" "/home/blaise/org/todo.org" "/home/blaise/org/clocked.org"))) '(package-selected-packages (quote - (treemacs-evil treemacs avy move-text es-lib helm-flyspell flycheck which-key helm-swoop evil-leader helm spaceline evil use-package)))) + (exec-path-from-shell ledger-mode evil-ledger ## ledger-import treemacs-evil treemacs avy move-text es-lib helm-flyspell flycheck which-key helm-swoop evil-leader helm spaceline evil use-package))) + '(send-mail-function (quote sendmail-send-it))) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. |