fix title, add keyboard shortcuts
This commit is contained in:
parent
3c6996d211
commit
0cdf35dcbc
@ -1,6 +1,6 @@
|
||||
;Change title-bar text
|
||||
(setq frame-title-format
|
||||
"super-emacs")
|
||||
"%b %F")
|
||||
|
||||
;Disable menu-bar
|
||||
(menu-bar-mode -1)
|
||||
@ -18,3 +18,6 @@
|
||||
;Set font
|
||||
(custom-set-faces
|
||||
'(default ((t (:height 120)))))
|
||||
|
||||
;line numbers
|
||||
(linum-mode)
|
||||
|
@ -26,6 +26,7 @@
|
||||
("C-x p" . previous-multiframe-window)
|
||||
("s--" . text-scale-decrease)
|
||||
("s-=" . text-scale-increase)
|
||||
("C-c m" . magit-status)
|
||||
))
|
||||
|
||||
(defun super-emacs-apply-keyboard-bindings (pair)
|
||||
|
Loading…
x
Reference in New Issue
Block a user