|
|
|
@ -1383,6 +1383,15 @@ |
|
|
|
#+BEGIN_SRC emacs-lisp |
|
|
|
#+BEGIN_SRC emacs-lisp |
|
|
|
; (setq server-name (kde-current-activity-name)) |
|
|
|
; (setq server-name (kde-current-activity-name)) |
|
|
|
#+END_SRC |
|
|
|
#+END_SRC |
|
|
|
|
|
|
|
*** Journal |
|
|
|
|
|
|
|
Setup ~org-journal~ |
|
|
|
|
|
|
|
#+BEGIN_SRC emacs-lisp |
|
|
|
|
|
|
|
(require 'org-journal) |
|
|
|
|
|
|
|
(setq org-journal-dir "~/org/journal" |
|
|
|
|
|
|
|
org-journal-file-type 'weekly |
|
|
|
|
|
|
|
org-journal-file-format "%Y%m%d.org") |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#+END_SRC |
|
|
|
* Specialties |
|
|
|
* Specialties |
|
|
|
** beacon |
|
|
|
** beacon |
|
|
|
=beacon= is a package that helps finding the point when switching |
|
|
|
=beacon= is a package that helps finding the point when switching |
|
|
|
|