cleaning up, fixing bindings, prep for big update
This commit is contained in:
parent
20b35a3b70
commit
4392237f11
5 changed files with 23 additions and 63 deletions
14
config.el
14
config.el
|
@ -10,7 +10,7 @@
|
|||
|
||||
;; See 'C-h v doom-font' for documentation and more examples of what they
|
||||
;; accept. For example:
|
||||
(setq doom-font (font-spec :family "JetBrains Mono" :size 22))
|
||||
(setq doom-font (font-spec :family "JetBrains Mono" :size 20))
|
||||
(setq fancy-splash-image (concat doom-user-dir "splash.png"))
|
||||
(setq doom-theme 'doom-monokai-pro)
|
||||
|
||||
|
@ -29,9 +29,6 @@
|
|||
(scroll-bar-mode -1))))
|
||||
(scroll-bar-mode -1))
|
||||
|
||||
;; (custom-set-faces!
|
||||
;; '(line-number :foreground "#424242"))
|
||||
|
||||
(setq locale-coding-system 'utf-8)
|
||||
(set-terminal-coding-system 'utf-8)
|
||||
(set-keyboard-coding-system 'utf-8)
|
||||
|
@ -59,10 +56,10 @@
|
|||
(setq default-frame-alist '( (left . 0) (top . 0) (height . 48) (width . 160)))
|
||||
|
||||
;; some global settings
|
||||
(setq tab-always-indent t) ; don't autocomplete with tab
|
||||
;; (setq tab-always-indent t) ; don't autocomplete with tab
|
||||
(+global-word-wrap-mode +1) ; default to soft word wrap
|
||||
(delete-selection-mode 1) ; delete stuff!
|
||||
(setq delete-active-region t) ; delete selected stuff!
|
||||
;; (setq delete-active-region t) ; delete selected stuff!
|
||||
(setq shell-file-name (executable-find "bash"))
|
||||
(setq dired-vc-rename-file t) ; renaming and changing files in dired now integrates with magit
|
||||
|
||||
|
@ -256,9 +253,8 @@
|
|||
(setq backup-enable-predicate
|
||||
(lambda (name) nil)))
|
||||
|
||||
;; (use-package! ready-player
|
||||
;; :config
|
||||
;; (ready-player-add-to-auto-mode-alist))
|
||||
;; (after! gpastel
|
||||
;; (gpastel-mode))
|
||||
|
||||
;; override aggressive key shortcuts for alt-l/r
|
||||
(use-package! drag-stuff
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue