Update global paths

This commit is contained in:
Henrik Lissner 2016-03-27 00:49:52 -04:00
parent 63f03bde2d
commit dedc0f5ee3
8 changed files with 19 additions and 19 deletions

View file

@ -5,7 +5,7 @@
:defer t
:init
(evil-set-initial-state 'eshell-mode 'normal)
(setq eshell-directory-name (concat narf-temp-dir "eshell")
(setq eshell-directory-name (concat narf-temp-dir "/eshell")
eshell-scroll-to-bottom-on-input 'all
eshell-buffer-shorthand t
@ -14,7 +14,7 @@
eshell-error-if-no-glob t
;; em-alias
eshell-aliases-file (concat narf-temp-dir ".eshell-aliases"))
eshell-aliases-file (concat narf-temp-dir "/.eshell-aliases"))
;; plan 9 smart shell
(require 'em-smart)

View file

@ -8,7 +8,7 @@
(add-hook! php-mode 'flycheck-mode)
(setq php-template-compatibility nil
php-extras-eldoc-functions-file (concat narf-temp-dir "php-extras-eldoc-functions"))
php-extras-eldoc-functions-file (concat narf-temp-dir "/php-extras-eldoc-functions"))
:config
(require 'php-extras)
(defun php-extras-company-setup ()) ;; company will set up itself

View file

@ -42,7 +42,7 @@
:functions (anaconda-mode-running-p)
:init
(add-hook! python-mode '(anaconda-mode anaconda-eldoc-mode eldoc-mode))
(setq anaconda-mode-installation-directory (concat narf-temp-dir "anaconda/")
(setq anaconda-mode-installation-directory (concat narf-temp-dir "/anaconda/")
anaconda-mode-eldoc-as-single-line t)
:config