Try using frames for all emacs buffers

This commit is contained in:
Alexander Bantyev 2022-01-11 00:37:04 +03:00
parent 8b50f17980
commit 7a418c3e62
Signed by: balsoft
GPG Key ID: E081FF12ADCB4AD5

View File

@ -86,6 +86,9 @@
(global-set-key [home] 'smart-beginning-of-line)
(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))