Skip to content

Commit

Permalink
Lastpass
Browse files Browse the repository at this point in the history
  • Loading branch information
Caleb Epstein committed Sep 1, 2017
1 parent ad4056b commit d4e0ed1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion personal/.dir-locals.el
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
;; forced through the emacs-lisp-checkdoc flychecker. That's a great
;; checker for real modules, but these are just config files, and you
;; deserve not to get warnings all the time
((emacs-lisp-mode . ((flycheck-disabled-checkers . (emacs-lisp-checkdoc)))))
;; ((emacs-lisp-mode . ((flycheck-disabled-checkers . (emacs-lisp-checkdoc)))))
7 changes: 7 additions & 0 deletions personal/caleb.el
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,12 @@
;; I use underscore to mean underscore in my org-mode files
(setq org-export-with-sub-superscripts nil)

(use-package lastpass
:config
;; Set lastpass user
(setq lastpass-user "lastpass-bklyn@sneakemail.com")
;; Enable lastpass custom auth-source
(lastpass-auth-source-enable))

;; Start the server
(server-start)

0 comments on commit d4e0ed1

Please sign in to comment.