From 9086a0ae1e1f5c1f7076ccf6e9eb11188d5447a9 Mon Sep 17 00:00:00 2001 From: Francois Fleuret Date: Fri, 27 Jun 2014 14:42:22 +0200 Subject: [PATCH] Update. --- emacs.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/emacs.el b/emacs.el index d594243..4860076 100644 --- a/emacs.el +++ b/emacs.el @@ -33,6 +33,8 @@ ;; This is where I put most of my emacs-related files (setq ff/emacs-dir "~/private/emacs") +(unless (file-exists-p ff/emacs-dir) + (mkdir ff/emacs-dir t)) ;; Give the focus to the emacs window if we are under a windowing ;; system @@ -76,9 +78,6 @@ ;; Activate the dynamic completion of buffer names (iswitchb-mode 1) -(unless (file-exists-p ff/emacs-dir) - (mkdir ff/emacs-dir)) - ;; Save the minibuffer history (setq savehist-file (concat ff/emacs-dir "/savehist")) (when (functionp 'savehist-mode) (savehist-mode 1)) -- 2.20.1