Skip to content

Commit

Permalink
Change some defsubsts
Browse files Browse the repository at this point in the history
  • Loading branch information
jwiegley committed Feb 1, 2018
1 parent 19ee199 commit 2ade6fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions init.el
Expand Up @@ -18,10 +18,10 @@
;;; Functions

(eval-and-compile
(defsubst emacs-path (path)
(define-inline emacs-path (path)
(expand-file-name path user-emacs-directory))

(defsubst lookup-password (host user port)
(defun lookup-password (host user port)
(require 'auth-source)
(require 'auth-source-pass)
(let ((auth (auth-source-search :host host :user user :port port)))
Expand Down

0 comments on commit 2ade6fd

Please sign in to comment.