Added: bookmarks, ctrl-v/ctrl-c, no-popups
This commit is contained in:
parent
d972ee7e99
commit
e836974833
|
|
@ -30,7 +30,7 @@
|
|||
|
||||
(use-package compat) ; no-littering dependency
|
||||
(add-to-list'load-path rhjr/paths/thirdparty)
|
||||
(eval-and-compile
|
||||
(eval-and-compile
|
||||
(setq no-littering-etc-directory rhjr/paths/no-littering/etc)
|
||||
(setq no-littering-var-directory rhjr/paths/no-littering/var)
|
||||
(require 'no-littering))
|
||||
|
|
@ -40,12 +40,14 @@
|
|||
(convert-standard-filename rhjr/paths/eln-cache)))
|
||||
|
||||
;; rhjr/defaults
|
||||
(setq-default
|
||||
(setq-default
|
||||
initial-major-mode 'text-mode
|
||||
initial-scratch-message ""
|
||||
|
||||
use-dialog-box nil
|
||||
|
||||
inhibit-startup-message ""
|
||||
inhibit-splash-screen t
|
||||
inhibit-splash-screen t
|
||||
inhibit-startup-echo-area-message t
|
||||
|
||||
create-lockfiles nil
|
||||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user