Try using frames for all emacs buffers
This commit is contained in:
parent
8b50f17980
commit
7a418c3e62
@ -86,6 +86,9 @@
|
|||||||
(global-set-key [home] 'smart-beginning-of-line)
|
(global-set-key [home] 'smart-beginning-of-line)
|
||||||
|
|
||||||
(global-unset-key [menu-bar options cua-mode])
|
(global-unset-key [menu-bar options cua-mode])
|
||||||
|
(global-unset-key (kbd "C-x C-f"))
|
||||||
|
(global-set-key (kbd "C-x C-f") 'find-file-other-frame)
|
||||||
|
(global-unset-key (kbd "C-x b")) ;; Old habits die hard
|
||||||
|
|
||||||
(fringe-mode '(0 . 0))
|
(fringe-mode '(0 . 0))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user