summaryrefslogtreecommitdiffstats
path: root/jeschli/2configs/emacs-org-agenda.nix
diff options
context:
space:
mode:
authorJeschli <jeschli@gmail.com>2019-10-21 07:42:39 +0200
committerJeschli <jeschli@gmail.com>2019-10-21 07:42:39 +0200
commitc49a88c360465ec6b2ce0fd21a70a1de22bd0507 (patch)
treedc3e05b111eacd101d56c7719a46ac6d00253e48 /jeschli/2configs/emacs-org-agenda.nix
parentb1ff2cdd351b07c4b8b6d62101057b6363712d23 (diff)
j emacs: remove ido add helm
Diffstat (limited to 'jeschli/2configs/emacs-org-agenda.nix')
-rw-r--r--jeschli/2configs/emacs-org-agenda.nix16
1 files changed, 8 insertions, 8 deletions
diff --git a/jeschli/2configs/emacs-org-agenda.nix b/jeschli/2configs/emacs-org-agenda.nix
index ded90ea1..79540977 100644
--- a/jeschli/2configs/emacs-org-agenda.nix
+++ b/jeschli/2configs/emacs-org-agenda.nix
@@ -162,14 +162,14 @@ let
(setq org-refile-allow-creating-parent-nodes (quote confirm))
; Use IDO for both buffer and file completion and ido-everywhere to t
-(setq org-completion-use-ido t)
-(setq ido-everywhere t)
-(setq ido-max-directory-size 100000)
-(ido-mode (quote both))
-; Use the current window when visiting files and buffers with ido
-(setq ido-default-file-method 'selected-window)
-(setq ido-default-buffer-method 'selected-window)
-; Use the current window for indirect buffer display
+; (setq org-completion-use-ido t)
+; (setq ido-everywhere t)
+; (setq ido-max-directory-size 100000)
+; (ido-mode (quote both))
+; ; Use the current window when visiting files and buffers with ido
+; (setq ido-default-file-method 'selected-window)
+; (setq ido-default-buffer-method 'selected-window)
+; ; Use the current window for indirect buffer display
(setq org-indirect-buffer-display 'current-window)
;;;; Refile settings