summary refs log tree commit diff
path: root/emacs/custom/my-prog.el
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-04-29 08:59:15 -0700
committerFranck Cuny <franck@fcuny.net>2022-04-29 08:59:15 -0700
commit80d30f549f0701a89de546a62910d1958195c102 (patch)
treeecf3772952ad97d3dc1a008b0ee56944080f4a41 /emacs/custom/my-prog.el
parentmy-text: enable goto-address-mode (diff)
downloademacs.d-80d30f549f0701a89de546a62910d1958195c102.tar.gz
don't specify where to write Emacs files
We don't care, as long as these files are ignored in `.gitignore' it
does not matter where we write them.
Diffstat (limited to '')
-rw-r--r--emacs/custom/my-prog.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/emacs/custom/my-prog.el b/emacs/custom/my-prog.el
index f91f116..50b0056 100644
--- a/emacs/custom/my-prog.el
+++ b/emacs/custom/my-prog.el
@@ -36,7 +36,6 @@
   (add-hook hook 'flymake-mode))
 
 ;; yasnippet is required to support place holders with eglot
-(customize-set-variable 'yas-snippet-dirs (list (expand-file-name "etc/snippets" user-emacs-directory)))
 (dolist (hook '(prog-mode-hook conf-mode-hook org-mode-hook))
   (add-hook hook 'yas-minor-mode))