Skip to content

Commit

Permalink
Don't use an obsolete command
Browse files Browse the repository at this point in the history
  • Loading branch information
ca7023 authored and Caleb Epstein committed Sep 4, 2019
1 parent f04ab24 commit 28a8fe8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/prelude-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
(define-key map [(meta shift up)] 'move-text-up)
(define-key map [(meta shift down)] 'move-text-down)
(define-key map (kbd "C-c n") 'crux-cleanup-buffer-or-region)
(define-key map (kbd "C-c f") 'crux-recentf-ido-find-file)
(define-key map (kbd "C-c f") 'crux-recentf-find-file)
(define-key map (kbd "C-M-z") 'crux-indent-defun)
(define-key map (kbd "C-c u") 'crux-view-url)
(define-key map (kbd "C-c e") 'crux-eval-and-replace)
Expand All @@ -71,7 +71,7 @@
(define-key map (kbd "s-p") 'projectile-command-map)
(define-key map (kbd "C-c p") 'projectile-command-map)
;; make some use of the Super key
(define-key map (kbd "s-r") 'crux-recentf-ido-find-file)
(define-key map (kbd "s-r") 'crux-recentf-find-file)
(define-key map (kbd "s-j") 'crux-top-join-line)
(define-key map (kbd "s-k") 'crux-kill-whole-line)
(define-key map (kbd "s-m m") 'magit-status)
Expand Down

0 comments on commit 28a8fe8

Please sign in to comment.