This repository was archived by the owner on Jul 2, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcustom.el
More file actions
29 lines (29 loc) · 1.82 KB
/
Copy pathcustom.el
File metadata and controls
29 lines (29 loc) · 1.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
;; Time-stamp: <2019-08-28 13:32:21 glucas>
(custom-set-variables
;; custom-set-variables was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(before-save-hook '(time-stamp))
'(confirm-kill-emacs 'y-or-n-p)
'(enable-recursive-minibuffers t)
'(help-window-select t)
'(indent-tabs-mode nil)
'(ls-lisp-use-insert-directory-program t)
'(org-directory "~/Dropbox/org")
'(package-selected-packages
'(docker show-eol dired-collapse forge scala-mode gitignore-mode gitattributes-mode gitconfig-mode github-review multiple-cursors dired-collapse yaml-mode excorporate selected which-key iedit evil-iedit-state diff-hl minions use-package-hydra ob-html-chrome eyebrowse magit-todos company-quickhelp company-restclient company-terraform company stripe-buffer groovy-mode gradle-mode goto-last-change change-inner edit-server spaceline delight ivy-hydra hydra projectile avy-zap ace-link ace-window avy easy-kill transpose-frame restclient lua-mode markdown-mode jump-char deadgrep try smex counsel swiper ivy magit no-littering terraform-mode unfill powershell use-package))
'(prog-mode-hook '(prettify-symbols-mode show-paren-mode semantic-mode))
'(scroll-preserve-screen-position 1)
'(sentence-end-double-space nil)
'(set-mark-command-repeat-pop t)
'(tab-always-indent 'complete)
'(truncate-lines t)
'(user-full-name "Greg Lucas")
'(x-stretch-cursor t))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(default ((t (:family "Consolas" :foundry "outline" :slant normal :weight normal :height 100 :width normal)))))