Update
This commit is contained in:
2
README.org
Normal file
2
README.org
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
* Basically there is nothing extra you need to do
|
||||||
|
run M-x my/generate-envvar-file
|
||||||
@@ -106,7 +106,7 @@ unreadable. Returns the names of envvars that were changed."
|
|||||||
(setq-default cursor-type 'bar)
|
(setq-default cursor-type 'bar)
|
||||||
(setq make-backup-files nil)
|
(setq make-backup-files nil)
|
||||||
(setq use-short-answers t)
|
(setq use-short-answers t)
|
||||||
(setq frame-title-format "Emacs: %b")
|
(setq frame-title-format "")
|
||||||
(setq custom-safe-themes t)
|
(setq custom-safe-themes t)
|
||||||
|
|
||||||
(pcase system-type ('darwin (setq insert-directory-program "gls")))
|
(pcase system-type ('darwin (setq insert-directory-program "gls")))
|
||||||
|
|||||||
@@ -80,4 +80,13 @@
|
|||||||
:bind (([remap move-beginning-of-line] . mwim-beginning)
|
:bind (([remap move-beginning-of-line] . mwim-beginning)
|
||||||
([remap move-end-of-line] . mwim-end)))
|
([remap move-end-of-line] . mwim-end)))
|
||||||
|
|
||||||
|
(use-package avy
|
||||||
|
:bind
|
||||||
|
(("C-'" . avy-goto-char-timer)))
|
||||||
|
|
||||||
|
;; Treat undo history as a tree
|
||||||
|
(use-package vundo
|
||||||
|
:bind ("C-x u" . vundo)
|
||||||
|
:config (setq vundo-glyph-alist vundo-unicode-symbols))
|
||||||
|
|
||||||
(provide 'init-edit)
|
(provide 'init-edit)
|
||||||
|
|||||||
Reference in New Issue
Block a user