Skip to content
This repository has been archived by the owner on Apr 13, 2019. It is now read-only.

Commit

Permalink
save twittering mode creds in a custom place
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Ermolov committed Jan 20, 2016
1 parent d9470b8 commit 831c3f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config.org
Original file line number Diff line number Diff line change
Expand Up @@ -3646,7 +3646,8 @@
:defer t
:commands twit
:init
(setq twittering-use-master-password t))
(setq twittering-use-master-password t)
(setq twittering-private-info-file (expand-file-name "~/docs/enc/cred/.twittering-mode.gpg")))
#+END_SRC
** internal browser (w3m/eww)
#+BEGIN_SRC emacs-lisp
Expand Down

0 comments on commit 831c3f6

Please sign in to comment.