mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-02-16 08:14:15 +00:00
More ignores, more modules
This commit is contained in:
parent
adbeb209c3
commit
95e73c61c9
2 changed files with 32 additions and 0 deletions
20
.gitignore
vendored
20
.gitignore
vendored
|
|
@ -9,3 +9,23 @@ tramp
|
|||
backups
|
||||
auto-save-list
|
||||
ac-comphist.dat
|
||||
secrets/
|
||||
eclipse.jdt.ls
|
||||
irony
|
||||
elfeed-old.org
|
||||
hacker-typer
|
||||
image-dired
|
||||
.cache/
|
||||
.dap-breakpoints
|
||||
.emacs.desktop
|
||||
.lsp-session-v1
|
||||
/history
|
||||
/.org-id-locations
|
||||
/bookmarks
|
||||
/url
|
||||
/network-security.data
|
||||
/org-caldav-backup.org
|
||||
/projectile.cache
|
||||
/speed-type
|
||||
/layouts
|
||||
/workspace
|
||||
|
|
|
|||
12
.gitmodules
vendored
12
.gitmodules
vendored
|
|
@ -28,3 +28,15 @@
|
|||
[submodule "custom/ts.el"]
|
||||
path = custom/ts.el
|
||||
url = https://github.com/alphapapa/ts.el
|
||||
[submodule "custom/eosd"]
|
||||
path = custom/eosd
|
||||
url = https://github.com/clarete/eosd
|
||||
[submodule "custom/org-now"]
|
||||
path = custom/org-now
|
||||
url = https://github.com/alphapapa/org-now
|
||||
[submodule "custom/power-mode.el"]
|
||||
path = custom/power-mode.el
|
||||
url = https://github.com/ALSchwalm/power-mode.el
|
||||
[submodule "custom/leetcode-emacs"]
|
||||
path = custom/leetcode-emacs
|
||||
url = https://github.com/ginqi7/leetcode-emacs
|
||||
|
|
|
|||
Loading…
Reference in a new issue