mirror of
https://github.com/emacscollective/emacs.g.git
synced 2025-11-23 11:41:18 -05:00
Merge branch 'master' into layer/essentials
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,5 +1,6 @@
|
||||
/.cask
|
||||
/.hive-maint
|
||||
/custom.el
|
||||
/eln-cache
|
||||
/elpa
|
||||
/var
|
||||
|
||||
2
.gitmodules
vendored
2
.gitmodules
vendored
@@ -13,6 +13,7 @@
|
||||
[submodule "dash"]
|
||||
path = lib/dash
|
||||
url = git@github.com:magnars/dash.el.git
|
||||
no-byte-compile = dash-functional.el
|
||||
no-makeinfo = dash-template.texi
|
||||
[submodule "diff-hl"]
|
||||
path = lib/diff-hl
|
||||
@@ -30,6 +31,7 @@
|
||||
[submodule "magit"]
|
||||
path = lib/magit
|
||||
url = git@github.com:magit/magit.git
|
||||
no-byte-compile = lisp/magit-libgit.el
|
||||
recursive-byte-compile = true
|
||||
info-path = Documentation
|
||||
[submodule "markdown-mode"]
|
||||
|
||||
2
init.el
2
init.el
@@ -174,6 +174,8 @@
|
||||
(global-undo-tree-mode)
|
||||
(setq undo-tree-mode-lighter ""))
|
||||
|
||||
;;; Tequila worms
|
||||
|
||||
(progn ; startup
|
||||
(message "Loading %s...done (%.3fs)" user-init-file
|
||||
(float-time (time-subtract (current-time)
|
||||
|
||||
Submodule lib/auto-compile updated: f8619d1616...ff21de70f3
2
lib/borg
2
lib/borg
Submodule lib/borg updated: 5de2a7aa0c...0ff7d7e469
Submodule lib/closql updated: c864c1fadf...e2687e7ff9
2
lib/dash
2
lib/dash
Submodule lib/dash updated: e0254c56e7...39d067b9fb
Submodule lib/diff-hl updated: 3394d8536c...a682de6018
Submodule lib/emacsql updated: 6d8cd93662...9dca599616
2
lib/epkg
2
lib/epkg
Submodule lib/epkg updated: 94c8389a8b...cb12a3fed7
Submodule lib/git-modes updated: 55468314a5...433e1c57a6
Submodule lib/magit updated: 8e23c49b5a...2fe42f63d5
Submodule lib/packed updated: 3b96dedb40...ed63b48038
Submodule lib/transient updated: 8ad5fb83c4...65f4eac82c
Submodule lib/use-package updated: 365c73d261...a7422fb8ab
Submodule lib/with-editor updated: b439749da1...eabf9c9bd2
Reference in New Issue
Block a user