diff options
| author | tslil clingman <> | 2020-03-24 10:19:15 -0700 |
|---|---|---|
| committer | tslil clingman <> | 2020-03-24 10:19:15 -0700 |
| commit | 131eae8d53e8bf41023e11da7382294f187ea41d (patch) | |
| tree | 5cf47fd38bff4c6586e6f3aef48a92bebcf155c0 /emacs/inits/14-movement.el | |
| parent | 6e0beb56dd2fdfccba3094185ca52628091b1208 (diff) | |
Changes from bison
Diffstat (limited to 'emacs/inits/14-movement.el')
| -rw-r--r-- | emacs/inits/14-movement.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emacs/inits/14-movement.el b/emacs/inits/14-movement.el index a1b27f6..0e5b1b7 100644 --- a/emacs/inits/14-movement.el +++ b/emacs/inits/14-movement.el @@ -1,4 +1,4 @@ -;; Time-stamp: <2019-08-14 11:59:46 (tslil@basingstoke)> +;; Time-stamp: <2020-01-18 20:07:14 (tslil@bison)> ;; (eval-after-load "tiny-menu" ;; (progn @@ -154,6 +154,8 @@ ;; Hardcore mode (defconst hardcore-nav-mode t) (when hardcore-nav-mode + (global-set-key (kbd "<XF86Back>") nil) + (global-set-key (kbd "<XF86Forward>") nil) (global-set-key (kbd "<right>") nil) (global-set-key (kbd "<left>") nil) (global-set-key (kbd "<up>") nil) |
