mirror of
https://github.com/emacscollective/emacs.g.git
synced 2025-11-23 11:41:18 -05:00
Merge branch 'layer/essentials' into layer/all
This commit is contained in:
6
.gitmodules
vendored
6
.gitmodules
vendored
@@ -94,9 +94,6 @@
|
||||
[submodule "paren-face"]
|
||||
path = lib/paren-face
|
||||
url = https://github.com/tarsius/paren-face.git
|
||||
[submodule "queue"]
|
||||
path = lib/queue
|
||||
url = https://git.savannah.gnu.org/git/emacs/elpa.git
|
||||
[submodule "rainbow-mode"]
|
||||
path = lib/rainbow-mode
|
||||
url = https://git.savannah.gnu.org/git/emacs/elpa.git
|
||||
@@ -109,9 +106,6 @@
|
||||
[submodule "treepy"]
|
||||
path = lib/treepy
|
||||
url = https://github.com/volrath/treepy.el.git
|
||||
[submodule "undo-tree"]
|
||||
path = lib/undo-tree
|
||||
url = https://github.com/tarsiiformes/undo-tree.git
|
||||
[submodule "with-editor"]
|
||||
path = lib/with-editor
|
||||
url = https://github.com/magit/with-editor.git
|
||||
|
||||
5
init.el
5
init.el
@@ -290,11 +290,6 @@
|
||||
:defer t
|
||||
:config (cl-pushnew 'tramp-own-remote-path tramp-remote-path))
|
||||
|
||||
(use-package undo-tree
|
||||
:config
|
||||
(global-undo-tree-mode)
|
||||
(setq undo-tree-mode-lighter ""))
|
||||
|
||||
;;; Tequila worms
|
||||
|
||||
(borg--load-config (concat (user-real-login-name) ".el"))
|
||||
|
||||
Submodule lib/queue deleted from f986fb68e7
Submodule lib/undo-tree deleted from 4dc94f7986
Reference in New Issue
Block a user