X-Git-Url: http://47.100.26.94:8080/?a=blobdiff_plain;f=emacs.d%2Fconfig.org;h=455ef2126077955cd1ff12e65d960f04555978eb;hb=9a66b3e20587e2ee46bf920d9e1217a2993dab33;hp=059eb3da8b32e244d0a7dc245fd5d72d4a1293b9;hpb=d3a8fcf1ee6722729ac1b35b0d499927db97cab3;p=dotfiles.git diff --git a/emacs.d/config.org b/emacs.d/config.org index 059eb3d..455ef21 100644 --- a/emacs.d/config.org +++ b/emacs.d/config.org @@ -667,7 +667,7 @@ Use [[https://github.com/DarwinAwardWinner/ido-ubiquitous][ido-ubiquitous]] for :ensure t :defer t :init - ;; (global-set-key (kbd "M-x") 'counsel-M-x) + (global-set-key (kbd "M-x") 'counsel-M-x) (global-set-key (kbd "C-h f") 'counsel-describe-function) (global-set-key (kbd "C-h v") 'counsel-describe-variable) ;; (set-face-attribute 'ivy-current-match nil :background "Orange" :foreground "black") @@ -3016,6 +3016,7 @@ Most use =C-o C-o= to switch buffers; =C-o x, v= to split window; =C-o o= to del ;; ("C-i" other-window nil :exit t) ("C-b" ido-switch-buffer nil :exit t) ("C-f" projectile-find-file nil :exit t) + ("C-r" ivy-recentf nil :exit t) ("C-p" persp-switch :exit t) ("C-t" projectile-persp-switch-project nil :exit t)