repo housekeeping + theming + terraform
+ terraform auto-completion + oh-my-posh + nerd-font: Code New Roman Nerd Font
This commit is contained in:
parent
5c083d662c
commit
db7b065b6c
20 changed files with 260 additions and 9 deletions
21
_home/dot_emacs-profiles.el
Normal file
21
_home/dot_emacs-profiles.el
Normal file
|
@ -0,0 +1,21 @@
|
|||
(("default" . (
|
||||
(user-emacs-directory . "~/.emacs.my/deafult/emacs.d")
|
||||
(server-name . "gnu")
|
||||
))
|
||||
("spacemacs" . (
|
||||
(user-emacs-directory . "~/.emacs.my/spacemacs/emacs.d")
|
||||
(server-name . "spacemacs")
|
||||
(env . (("SPACEMACSDIR" . "~/.emacs.my/spacemacs/config.std")))
|
||||
))
|
||||
("spacemacs-min" . (
|
||||
(user-emacs-directory . "~/.emacs.my/spacemacs/emacs.d")
|
||||
(server-name . "spacemacs-min")
|
||||
(env . (("SPACEMACSDIR" . "~/.emacs.my/spacemacs/config.min")))
|
||||
))
|
||||
("doom" . (
|
||||
(user-emacs-directory . "~/.emacs.my/doom/emacs.d")
|
||||
(server-name . "doom")
|
||||
(env . (("DOOMDIR" . "~/.emacs.my/doom/config")))
|
||||
))
|
||||
)
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue