diff options
author | Amin Bandali <bandali@gnu.org> | 2018-12-23 15:05:14 -0500 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2018-12-23 15:05:14 -0500 |
commit | c5d8bb25b186af5250b92186de2a0fbd3e652a75 (patch) | |
tree | 197fd165bda42d87705fe3b2b254e178f20f2f16 /etc | |
parent | ab6781dd1f90e15d55768d63b2698d12913ab741 (diff) | |
download | configs-c5d8bb25b186af5250b92186de2a0fbd3e652a75.tar.gz configs-c5d8bb25b186af5250b92186de2a0fbd3e652a75.tar.xz configs-c5d8bb25b186af5250b92186de2a0fbd3e652a75.zip |
[emacs] drop the various doom-like naming conventions, simply use a/
Diffstat (limited to 'etc')
-rw-r--r-- | etc/custom.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/custom.el b/etc/custom.el index be0ffab..b28cc4d 100644 --- a/etc/custom.el +++ b/etc/custom.el @@ -60,7 +60,7 @@ [//]: # \"Exported with love from a post written in Org mode\" [//]: # \"- https://ox-hugo.scripter.co\"") - (eval add-hook 'after-save-hook #'amin/async-babel-tangle 'append 'local))) + (eval add-hook 'after-save-hook #'a/async-babel-tangle 'append 'local))) '(unkillable-buffers '("^\\*scratch\\*$" "^\\*Messages\\*$"))) (custom-set-faces ;; custom-set-faces was added by Custom. |