emacs.d

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

commit 7b0f48648ca1ce53166ac3f4d7b83ae7be593aca
parent 052e07a924673c7030211dbcd2dae705da134be5
Author: Cem Keylan <cem@ckyln.com>
Date:   Sat, 14 Mar 2020 17:05:00 +0300

define org functions on compile time

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

diff --git a/init.org b/init.org @@ -240,6 +240,7 @@ for me. These are my configurations. Starting with the obvious here. #+BEGIN_SRC emacs-lisp (use-package org :ensure t +:functions org-babel-tangle :init '(require 'ox-md nil t) '(org-export-backends @@ -255,6 +256,7 @@ I am quite serious on this vim stuff now. I want it everywhere. (use-package evil-org :ensure t :after org + :functions evil-org-agenda-set-keys :config (add-hook 'org-mode-hook 'evil-org-mode) (require 'evil-org-agenda)