emacs.d

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

commit afd67408e542d0cd97b91fbd649b32d78da79d47
parent 7dcc15747a008793ec9b6b236fe8e6ec7cb0044d
Author: Cem Keylan <cem@ckyln.com>
Date:   Tue,  7 Jul 2020 13:59:49 +0300

notmuch: remove package

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

diff --git a/init.org b/init.org @@ -45,7 +45,6 @@ this file itself. - [[#buffer-customizations][Buffer customizations]] - [[#functions][Functions]] - [[#paste-services][Paste Services]] - - [[#notmuch][Notmuch]] - [[#tangle-init][Tangle Init]] - [[#other-settings][Other Settings]] - [[#xclip][xclip]] @@ -937,10 +936,6 @@ a shell function so that I can use it with Emacs. ssh user@ckyln.com "cat > /home/www/ckyln.com/files/$file" printf '%s\n' "https://ckyln.com/files/$file" #+END_SRC -** Notmuch -#+BEGIN_SRC emacs-lisp - (autoload 'notmuch "notmuch" "notmuch mail" t) -#+END_SRC ** Tangle Init To load init.el properly we run a function such as this. This