projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
f7910e3
)
Use the default (block) cursor-type, combine two bind-keys calls
author
Amin Bandali
<bandali@gnu.org>
Sun, 12 Apr 2020 17:12:42 +0000
(13:12 -0400)
committer
Amin Bandali
<bandali@gnu.org>
Sun, 12 Apr 2020 17:14:00 +0000
(13:14 -0400)
init.el
patch
|
blob
|
blame
|
history
diff --git
a/init.el
b/init.el
index
a96f224
..
171ec5d
100644
(file)
--- a/
init.el
+++ b/
init.el
@@
-274,7
+274,7
@@
For disabling the behaviour for certain buffers and/or modes."
indent-tabs-mode nil
tab-width 4
;; cursor shape
indent-tabs-mode nil
tab-width 4
;; cursor shape
- cursor-type
'bar
)
+ cursor-type
t
)
;; unicode support
(comment
;; unicode support
(comment
@@
-505,6
+505,10
@@
For disabling the behaviour for certain buffers and/or modes."
("C-c e u" . emacs-uptime)
("C-c e v" . emacs-version)
("C-c e u" . emacs-uptime)
("C-c e v" . emacs-version)
+ ("C-c f ." . find-file)
+ ("C-c f d" . find-name-dired)
+ ("C-c f l" . find-library)
+
("C-c F m" . make-frame-command)
("C-c F d" . delete-frame)
("C-c F D" . server-edit)
("C-c F m" . make-frame-command)
("C-c F d" . delete-frame)
("C-c F D" . server-edit)
@@
-512,6
+516,8
@@
For disabling the behaviour for certain buffers and/or modes."
("C-S-h C" . describe-char)
("C-S-h F" . describe-face)
("C-S-h C" . describe-char)
("C-S-h F" . describe-face)
+ ("C-c x" . execute-extended-command)
+
("C-x k" . b/kill-current-buffer)
("C-x K" . kill-buffer)
("C-x s" . save-buffer)
("C-x k" . b/kill-current-buffer)
("C-x K" . kill-buffer)
("C-x s" . save-buffer)
@@
-584,16
+590,6
@@
For disabling the behaviour for certain buffers and/or modes."
:custom
(recentf-max-saved-items 2000))
:custom
(recentf-max-saved-items 2000))
-;; smart M-x enhancement (needed by counsel for history)
-;; (use-package smex)
-
-(bind-keys
- ("C-c f ." . find-file)
- ("C-c f d" . find-name-dired)
- ("C-c f l" . find-library)
- ;; ("C-c f r" . recentf-open-files)
- ("C-c x" . execute-extended-command))
-
(comment
(use-package ido
:demand
(comment
(use-package ido
:demand