aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2018-05-24 00:14:29 +0100
committerYann Herklotz <ymherklotz@gmail.com>2018-05-24 00:14:29 +0100
commitefc225505f9844c24f97f4f394813d925f8b776e (patch)
tree83924172dd8449f4f317afc942d8909a6d3baf0f
parente82519e0cb00d0c729e08131afd441608fa33011 (diff)
downloaddotfiles-efc225505f9844c24f97f4f394813d925f8b776e.tar.gz
dotfiles-efc225505f9844c24f97f4f394813d925f8b776e.zip
Making themes work better together
-rw-r--r--emacs/loader.org8
1 files changed, 5 insertions, 3 deletions
diff --git a/emacs/loader.org b/emacs/loader.org
index 5a7278b..9e041da 100644
--- a/emacs/loader.org
+++ b/emacs/loader.org
@@ -299,8 +299,7 @@ Setting up ~smtp~ to send messages using gmail.
(global-set-key (kbd "C-h C-f") 'helm-apropos)
(global-set-key (kbd "C-h a") 'helm-apropos)
(global-set-key (kbd "C-h C-d") 'helm-debug-open-last-log)
- (global-set-key (kbd "C-c i") 'helm-imenu-in-all-buffers)
- (global-set-key (kbd "C-s") 'helm-occur)
+ (global-set-key (kbd "C-c s") 'helm-occur)
(define-key global-map [remap jump-to-register] 'helm-register)
(define-key global-map [remap list-buffers] 'helm-mini)
(define-key global-map [remap dabbrev-expand] 'helm-dabbrev)
@@ -481,6 +480,9 @@ Set global keys for org mode to access agenda.
Set up ob for executing code blocks
#+BEGIN_SRC emacs-lisp
+ (load-file "~/.emacs.d/personal/ox-taskjuggler.el")
+ (require 'ox-taskjuggler)
+
(require 'ob)
;; Babel settings, enabling languages
(org-babel-do-load-languages
@@ -737,7 +739,7 @@ Enabling global flycheck support.
#+BEGIN_SRC emacs-lisp
(defadvice load-theme
(before theme-dont-propagate activate)
- (mapcar #'disable-theme custom-enabled-themes))
+ (mapc #'disable-theme custom-enabled-themes))
;; (use-package color-theme-sanityinc-tomorrow)