emacs.d

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

commit 38c37bf81c6663e798741fa8044396718824f48b
parent aefa48547d0fa43a6c166360a12f44c115d71ddc
Author: Cem Keylan <cem@ckyln.com>
Date:   Thu, 26 Mar 2020 02:31:02 +0300

remove appointment alarms

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

diff --git a/init.org b/init.org @@ -35,7 +35,6 @@ - [[#dired----ls-dired][Dired -- ls dired]] - [[#docker][Docker]] - [[#backup-options][Backup Options]] - - [[#enable-diary-appointment-alarms][Enable diary appointment alarms]] - [[#set-browser][Set Browser]] - [[#notes][Notes]] - [[#no-packages-available-from-elpa][No packages available from elpa]] @@ -574,12 +573,6 @@ I got this tramp configuration from [[https://willschenk.com/articles/2020/tramp (setq backup-directory-alist `(("." . "~/.cache/emacs/saves"))) #+END_SRC -** Enable diary appointment alarms - -#+BEGIN_SRC emacs-lisp -(appt-activate 1) -#+END_SRC - ** Set Browser I am setting the default browser from the BROWSER environment variable