Added: bookmarks, ctrl-v/ctrl-c, no-popups
This commit is contained in:
parent
d972ee7e99
commit
e836974833
|
|
@ -44,6 +44,8 @@
|
||||||
initial-major-mode 'text-mode
|
initial-major-mode 'text-mode
|
||||||
initial-scratch-message ""
|
initial-scratch-message ""
|
||||||
|
|
||||||
|
use-dialog-box nil
|
||||||
|
|
||||||
inhibit-startup-message ""
|
inhibit-startup-message ""
|
||||||
inhibit-splash-screen t
|
inhibit-splash-screen t
|
||||||
inhibit-startup-echo-area-message t
|
inhibit-startup-echo-area-message t
|
||||||
|
|
@ -59,6 +61,7 @@
|
||||||
(menu-bar-mode -1)
|
(menu-bar-mode -1)
|
||||||
(tool-bar-mode -1)
|
(tool-bar-mode -1)
|
||||||
(scroll-bar-mode -1)
|
(scroll-bar-mode -1)
|
||||||
|
(cua-mode 1)
|
||||||
|
|
||||||
;; rhjr/packages
|
;; rhjr/packages
|
||||||
(use-package esup
|
(use-package esup
|
||||||
|
|
@ -69,6 +72,13 @@
|
||||||
(use-package magit
|
(use-package magit
|
||||||
:defer t)
|
:defer t)
|
||||||
|
|
||||||
|
;; rhjr/keybindings
|
||||||
|
(global-set-key (kbd "C-x C-g") 'bookmark-jump)
|
||||||
|
|
||||||
|
;; rhjr/programming
|
||||||
|
(setq-default show-trailing-whitespace t)
|
||||||
|
(add-hook 'before-save-hook 'delete-trailing-whitespace)
|
||||||
|
|
||||||
(custom-set-variables
|
(custom-set-variables
|
||||||
;; custom-set-variables was added by Custom.
|
;; custom-set-variables was added by Custom.
|
||||||
;; If you edit it by hand, you could mess it up, so be careful.
|
;; If you edit it by hand, you could mess it up, so be careful.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user