diff options
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/init.el | 25 |
1 files changed, 1 insertions, 24 deletions
diff --git a/emacs/init.el b/emacs/init.el index a4a1b2b..e3fa822 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -3,30 +3,7 @@ ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. - '(ledger-reports - (quote - (("test" "ledger bal") - ("bal" "%(binary) -f %(ledger-file) bal") - ("reg" "%(binary) -f %(ledger-file) reg") - ("payee" "%(binary) -f %(ledger-file) reg @%(payee)") - ("account" "%(binary) -f %(ledger-file) reg %(account)")))) - '(org-agenda-files nil) - '(org-capture-templates - (quote - (("c" "Contact" entry - (file "~/org/contacts.org") - "* %(org-contacts-template-name) -:PROPERTIES: -:ADDRESS: -:EMAIL: %(org-contacts-template-email) -:PHONE: -:NOTE: -:END:" :empty-lines 0)))) - '(org-contacts-files (quote ("~/org/contacts.org"))) - '(package-selected-packages - (quote - (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. |