aboutsummaryrefslogtreecommitdiffstats
path: root/doom-emacs
diff options
context:
space:
mode:
authorPeter Son Struschka <me@peter-struschka.com>2020-08-30 20:56:36 +0800
committerPeter Son Struschka <me@peter-struschka.com>2020-08-30 20:58:04 +0800
commit37dd411698bd6eae8365260dde39b8ae9c7cbd36 (patch)
tree978dd6ea3e72a86e4a3e0314b86d5137fc394785 /doom-emacs
parenta1d6fc2f3e6ab041cc51cb085ac59a646a126d25 (diff)
downloaddotfiles-37dd411698bd6eae8365260dde39b8ae9c7cbd36.tar.gz
dotfiles-37dd411698bd6eae8365260dde39b8ae9c7cbd36.tar.bz2
dotfiles-37dd411698bd6eae8365260dde39b8ae9c7cbd36.tar.lz
dotfiles-37dd411698bd6eae8365260dde39b8ae9c7cbd36.tar.xz
dotfiles-37dd411698bd6eae8365260dde39b8ae9c7cbd36.tar.zst
dotfiles-37dd411698bd6eae8365260dde39b8ae9c7cbd36.zip
all: overhaul, move dotfile specifics to .local/share/dotfiles and more
Diffstat (limited to 'doom-emacs')
-rw-r--r--doom-emacs/.config/doom/init.el13
m---------doom-emacs/.emacs.d0
l---------doom-emacs/.local/bin/doom.cmd1
l---------doom-emacs/.local/share/dotfiles/edit-config.d/doom-config1
l---------doom-emacs/.local/share/dotfiles/edit-config.d/doom-init1
5 files changed, 9 insertions, 7 deletions
diff --git a/doom-emacs/.config/doom/init.el b/doom-emacs/.config/doom/init.el
index 722c555..735cb8e 100644
--- a/doom-emacs/.config/doom/init.el
+++ b/doom-emacs/.config/doom/init.el
@@ -38,12 +38,11 @@
nav-flash ; blink the current line after jumping
;;neotree ; a project drawer, like NERDTree for vim
ophints ; highlight the region an operation acts on
- (popup +defaults) ; tame sudden yet inevitable temporary windows
- ;;(pretty-code) ; replace bits of code with pretty symbols
- ;; +fira)
- tabs ; a tab bar for Emacs
- treemacs ; a project drawer, like neotree but cooler
- unicode ; extended unicode support for various languages
+ (popup +defaults) ; tame sudden yet inevitable temporary windows
+ ;;pretty-code ; ligatures or substitute text with pretty symbols
+ ;;tabs ; a tab bar for Emacs
+ ;;treemacs ; a project drawer, like neotree but cooler
+ ;;unicode ; extended unicode support for various languages
vc-gutter ; vcs diff in the fringe
vi-tilde-fringe ; fringe tildes to mark beyond EOB
window-select ; visually switch windows
@@ -92,7 +91,7 @@
(eval +overlay) ; run code, run (also, repls)
;;gist ; interacting with github gists
lookup ; navigate your code and its documentation
- ;;lsp
+ lsp
;;macos ; MacOS-specific commands
magit ; a git porcelain for Emacs
make ; run make tasks from Emacs
diff --git a/doom-emacs/.emacs.d b/doom-emacs/.emacs.d
-Subproject 348a2d6c6e1ce63067e8f479ca6877530600f83
+Subproject b3077c96258cd8569fb1523251b5823199e2433
diff --git a/doom-emacs/.local/bin/doom.cmd b/doom-emacs/.local/bin/doom.cmd
new file mode 120000
index 0000000..c8f7159
--- /dev/null
+++ b/doom-emacs/.local/bin/doom.cmd
@@ -0,0 +1 @@
+../../.emacs.d/bin/doom.cmd \ No newline at end of file
diff --git a/doom-emacs/.local/share/dotfiles/edit-config.d/doom-config b/doom-emacs/.local/share/dotfiles/edit-config.d/doom-config
new file mode 120000
index 0000000..b8b8295
--- /dev/null
+++ b/doom-emacs/.local/share/dotfiles/edit-config.d/doom-config
@@ -0,0 +1 @@
+../../../../.config/doom/config.org \ No newline at end of file
diff --git a/doom-emacs/.local/share/dotfiles/edit-config.d/doom-init b/doom-emacs/.local/share/dotfiles/edit-config.d/doom-init
new file mode 120000
index 0000000..596c3f8
--- /dev/null
+++ b/doom-emacs/.local/share/dotfiles/edit-config.d/doom-init
@@ -0,0 +1 @@
+../../../../.config/doom/init.el \ No newline at end of file