projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
69b24a1
)
[emacs][wip] enable Borg's layer/essentials packages
author
Amin Bandali
<bandali@gnu.org>
Mon, 24 Dec 2018 18:52:48 +0000
(13:52 -0500)
committer
Amin Bandali
<bandali@gnu.org>
Mon, 24 Dec 2018 18:52:48 +0000
(13:52 -0500)
init.org
patch
|
blob
|
blame
|
history
diff --git
a/init.org
b/init.org
index
1e97ebc
..
08b1404
100644
(file)
--- a/
init.org
+++ b/
init.org
@@
-1138,7
+1138,7
@@
There's no way I could top that, so I won't attempt to.
("s" . outline-show-subtree)))
#+end_src
("s" . outline-show-subtree)))
#+end_src
-*
COMMENT
Borg's =layer/essentials=
+* Borg's =layer/essentials=
:PROPERTIES:
:CUSTOM_ID: borg-essentials
:END:
:PROPERTIES:
:CUSTOM_ID: borg-essentials
:END:
@@
-1155,10
+1155,10
@@
TODO: break this giant source block down into individual org sections.
(global-diff-hl-mode)
(add-hook 'magit-post-refresh-hook 'diff-hl-magit-post-refresh t))
(global-diff-hl-mode)
(add-hook 'magit-post-refresh-hook 'diff-hl-magit-post-refresh t))
-(use-
packag
e ls-lisp
+(use-
featur
e ls-lisp
:custom (ls-lisp-dirs-first t))
:custom (ls-lisp-dirs-first t))
-(use-
packag
e dired
+(use-
featur
e dired
:defer t
:config
(setq dired-listing-switches "-alh"
:defer t
:config
(setq dired-listing-switches "-alh"
@@
-1195,11
+1195,11
@@
TODO: break this giant source block down into individual org sections.
(a/dired-start-process "zathura"))))
:hook (dired-mode . dired-hide-details-mode))
(a/dired-start-process "zathura"))))
:hook (dired-mode . dired-hide-details-mode))
-(use-
packag
e eldoc
+(use-
featur
e eldoc
:when (version< "25" emacs-version)
:config (global-eldoc-mode))
:when (version< "25" emacs-version)
:config (global-eldoc-mode))
-(use-
packag
e help
+(use-
featur
e help
:defer t
:config
(temp-buffer-resize-mode)
:defer t
:config
(temp-buffer-resize-mode)
@@
-1208,7
+1208,7
@@
TODO: break this giant source block down into individual org sections.
(progn ; `isearch'
(setq isearch-allow-scroll t))
(progn ; `isearch'
(setq isearch-allow-scroll t))
-(use-
packag
e lisp-mode
+(use-
featur
e lisp-mode
:config
(add-hook 'emacs-lisp-mode-hook 'outline-minor-mode)
(add-hook 'emacs-lisp-mode-hook 'reveal-mode)
:config
(add-hook 'emacs-lisp-mode-hook 'outline-minor-mode)
(add-hook 'emacs-lisp-mode-hook 'reveal-mode)
@@
-1216,40
+1216,40
@@
TODO: break this giant source block down into individual org sections.
(setq indent-tabs-mode nil))
(add-hook 'lisp-interaction-mode-hook #'indent-spaces-mode))
(setq indent-tabs-mode nil))
(add-hook 'lisp-interaction-mode-hook #'indent-spaces-mode))
-(use-
packag
e man
+(use-
featur
e man
:defer t
:config (setq Man-width 80))
:defer t
:config (setq Man-width 80))
-(use-
packag
e paren
+(use-
featur
e paren
:config (show-paren-mode))
:config (show-paren-mode))
-(use-
packag
e prog-mode
+(use-
featur
e prog-mode
:config (global-prettify-symbols-mode)
(defun indicate-buffer-boundaries-left ()
(setq indicate-buffer-boundaries 'left))
(add-hook 'prog-mode-hook #'indicate-buffer-boundaries-left))
:config (global-prettify-symbols-mode)
(defun indicate-buffer-boundaries-left ()
(setq indicate-buffer-boundaries 'left))
(add-hook 'prog-mode-hook #'indicate-buffer-boundaries-left))
-(use-
packag
e recentf
+(use-
featur
e recentf
:defer 0.5
:config
(add-to-list 'recentf-exclude "^/\\(?:ssh\\|su\\|sudo\\)?:")
(setq recentf-max-saved-items 40))
:defer 0.5
:config
(add-to-list 'recentf-exclude "^/\\(?:ssh\\|su\\|sudo\\)?:")
(setq recentf-max-saved-items 40))
-(use-
packag
e savehist
+(use-
featur
e savehist
:config (savehist-mode))
:config (savehist-mode))
-(use-
packag
e saveplace
+(use-
featur
e saveplace
:when (version< "25" emacs-version)
:config (save-place-mode))
:when (version< "25" emacs-version)
:config (save-place-mode))
-(use-
packag
e simple
+(use-
featur
e simple
:config (column-number-mode))
(progn ; `text-mode'
(add-hook 'text-mode-hook #'indicate-buffer-boundaries-left)
(add-hook 'text-mode-hook #'abbrev-mode))
:config (column-number-mode))
(progn ; `text-mode'
(add-hook 'text-mode-hook #'indicate-buffer-boundaries-left)
(add-hook 'text-mode-hook #'abbrev-mode))
-(use-
packag
e tramp
+(use-
featur
e tramp
:defer t
:config
(add-to-list 'tramp-default-proxies-alist '(nil "\\`root\\'" "/ssh:%h:"))
:defer t
:config
(add-to-list 'tramp-default-proxies-alist '(nil "\\`root\\'" "/ssh:%h:"))