Skip to content

Commit

Permalink
Merge branch 'master' of github.com:mpenet/clojure-snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenet committed Jul 28, 2016
2 parents 18200ce + 7c80ba4 commit d7d5742
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions clojure-snippets.el
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@

;;; Code:

(setq clojure-snippets-dir (file-name-directory (or (buffer-file-name)
load-file-name)))
(setq clojure-snippets-dir (file-name-directory load-file-name))

;;;###autoload
(defun clojure-snippets-initialize ()
Expand Down

0 comments on commit d7d5742

Please sign in to comment.