From f08ce606c77bde84cbcc28965c6c5dc218478d1e Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Wed, 4 Sep 2019 11:15:57 +0200 Subject: emacs.d: fix a type when tangling init.el MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Moreover, I'm also included a couple of fixes of typos and documentation improvements. Signed-off-by: Miquel Sabaté Solà --- .emacs.d/init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.emacs.d/init.org') diff --git a/.emacs.d/init.org b/.emacs.d/init.org index e88368e..c2c9197 100644 --- a/.emacs.d/init.org +++ b/.emacs.d/init.org @@ -51,7 +51,7 @@ on each change, the following function is provided: (when (or (equal (buffer-file-name) (expand-file-name (concat user-emacs-directory "init.org"))) - (string-suffix-p "dotfiles/emacs/init.org" (buffer-file-name))) + (string-suffix-p "dotfiles/.emacs.d/init.org" (buffer-file-name))) ;; Avoid running hooks when tangling (let ((prog-mode-hook nil)) -- cgit v1.2.3