1
0
Fork 0

Added: bookmarks, ctrl-v/ctrl-c, no-popups

Browse Source
This commit is contained in:
René Huiberts 2025-04-03 14:57:20 +02:00
parent d972ee7e99
commit e836974833

View File

@ -44,6 +44,8 @@
initial-major-mode 'text-mode
initial-scratch-message ""
use-dialog-box nil
inhibit-startup-message ""
inhibit-splash-screen t
inhibit-startup-echo-area-message t
@ -59,6 +61,7 @@
(menu-bar-mode -1)
(tool-bar-mode -1)
(scroll-bar-mode -1)
(cua-mode 1)
;; rhjr/packages
(use-package esup
@ -69,6 +72,13 @@
(use-package magit
: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 was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.