emacs.d

bloated emacs configuration
git clone git://git.ckyln.com/~cem/emacs.d.git
Log | Files | Refs | README

commit ee7a49938789662d4df9f75a2f63f45f791053a9
parent e2584ed70eda6da9beee8d0cfaa6f4130c42cc20
Author: Cem Keylan <cem@ckyln.com>
Date:   Fri, 13 Mar 2020 18:16:03 +0300

specify diary location

Diffstat:
Minit.org | 8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git a/init.org b/init.org @@ -156,6 +156,14 @@ Let's load a private file if it exists (when (file-exists-p private-file) (load-file private-file))))) #+END_SRC +** Diary file + +I use my diary on a Sync directory, so I can share between +computers. + +#+BEGIN_SRC emacs-lisp +(setq diary-file "~/Sync/diary") +#+END_SRC ** Starting the server I usually use the graphical environment provided by Emacs, but from time to time I need to launch emacsclien from the console.