Compare commits
3 Commits
c5f1e98bf8
...
d30669571c
| Author | SHA1 | Date | |
|---|---|---|---|
| d30669571c | |||
| 25912eeb3d | |||
| 0c2a30a8c2 |
8
init.el
8
init.el
@ -248,7 +248,6 @@
|
|||||||
|
|
||||||
(when (package-installed-p 'counsel)
|
(when (package-installed-p 'counsel)
|
||||||
(bind-key "M-x" #'counsel-M-x) ; gets nicer sorting with smex installed
|
(bind-key "M-x" #'counsel-M-x) ; gets nicer sorting with smex installed
|
||||||
(bind-key "C-c r" #'counsel-recentf)
|
|
||||||
(bind-key "C-x C-f" #'counsel-find-file)
|
(bind-key "C-x C-f" #'counsel-find-file)
|
||||||
(bind-key "C-h f" #'counsel-describe-function)
|
(bind-key "C-h f" #'counsel-describe-function)
|
||||||
(bind-key "C-h v" #'counsel-describe-variable)
|
(bind-key "C-h v" #'counsel-describe-variable)
|
||||||
@ -420,6 +419,10 @@
|
|||||||
face minibuffer-prompt
|
face minibuffer-prompt
|
||||||
cursor-intangible t))
|
cursor-intangible t))
|
||||||
|
|
||||||
|
(setq suggest-key-bindings t
|
||||||
|
extended-command-suggest-shorter t
|
||||||
|
completions-detailed t)
|
||||||
|
|
||||||
;; Make M-v undo C-v
|
;; Make M-v undo C-v
|
||||||
(setq scroll-preserve-screen-position 'always)
|
(setq scroll-preserve-screen-position 'always)
|
||||||
|
|
||||||
@ -630,8 +633,7 @@
|
|||||||
(add-to-list 'display-buffer-alist
|
(add-to-list 'display-buffer-alist
|
||||||
'("^\\*Help\\*"
|
'("^\\*Help\\*"
|
||||||
(display-buffer-reuse-window
|
(display-buffer-reuse-window
|
||||||
display-buffer-pop-up-window)
|
display-buffer-pop-up-window)))
|
||||||
(inhibit-same-window . t)))
|
|
||||||
;; Inspired by masteringemacs
|
;; Inspired by masteringemacs
|
||||||
(add-to-list 'display-buffer-alist
|
(add-to-list 'display-buffer-alist
|
||||||
'("^\\*e?shell\\*"
|
'("^\\*e?shell\\*"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user