From 80d30f549f0701a89de546a62910d1958195c102 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 29 Apr 2022 08:59:15 -0700 Subject: 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. --- emacs/custom/my-prog.el | 1 - 1 file changed, 1 deletion(-) (limited to 'emacs/custom/my-prog.el') 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)) -- cgit 1.4.1