summaryrefslogtreecommitdiffstats
path: root/jeschli/2configs
diff options
context:
space:
mode:
authorJeschli <jeschli@gmail.com>2019-09-24 16:00:14 +0200
committerJeschli <jeschli@gmail.com>2019-09-24 16:00:14 +0200
commit4153a452495a061d6e5c756b0c4dc8ac105978a2 (patch)
tree28a7d8f2d7079b4a7d9a858e8c4171778386c0f8 /jeschli/2configs
parent4d5b849d6ad8993e311ab5b91d177b44adfc89ba (diff)
j emacs: remove function keys f5-f8 from emacs-org-agenda
Diffstat (limited to 'jeschli/2configs')
-rw-r--r--jeschli/2configs/emacs-org-agenda.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/jeschli/2configs/emacs-org-agenda.nix b/jeschli/2configs/emacs-org-agenda.nix
index 437abe8d..ded90ea1 100644
--- a/jeschli/2configs/emacs-org-agenda.nix
+++ b/jeschli/2configs/emacs-org-agenda.nix
@@ -29,8 +29,6 @@ let
;; Custom Key Bindings
(global-set-key (kbd "<f12>") 'org-agenda)
(global-set-key (kbd "<S-f5>") 'bh/widen)
-(global-set-key (kbd "<f7>") 'bh/set-truncate-lines)
-(global-set-key (kbd "<f8>") 'org-cycle-agenda-files)
(global-set-key (kbd "<f9> <f9>") 'bh/show-org-agenda)
(global-set-key (kbd "<f9> b") 'bbdb)
(global-set-key (kbd "<f9> c") 'calendar)
@@ -918,7 +916,6 @@ Skip project and sub-project tasks, habits, and loose non-project tasks."
nil)) ; available to archive
(or subtree-end (point-max)))
next-headline))))
-
(setq org-alphabetical-lists t)
;; Explicitly load required exporters
@@ -1893,7 +1890,6 @@ Late deadlines first, then scheduled, then non-late deadlines"
;; Bookmark handling
;;
(global-set-key (kbd "<C-f6>") '(lambda () (interactive) (bookmark-set "SAVED")))
-(global-set-key (kbd "<f6>") '(lambda () (interactive) (bookmark-jump "SAVED")))
(require 'org-mime)