Updated doom config
This commit is contained in:
parent
ad700ec86c
commit
69d941f8e6
@ -46,8 +46,8 @@
|
|||||||
;;tabs ; a tab bar for Emacs
|
;;tabs ; a tab bar for Emacs
|
||||||
;;treemacs ; a project drawer, like neotree but cooler
|
;;treemacs ; a project drawer, like neotree but cooler
|
||||||
;;unicode ; extended unicode support for various languages
|
;;unicode ; extended unicode support for various languages
|
||||||
vc-gutter ; vcs diff in the fringe
|
|
||||||
vi-tilde-fringe ; fringe tildes to mark beyond EOB
|
vi-tilde-fringe ; fringe tildes to mark beyond EOB
|
||||||
|
(vc-gutter +pretty) ; vcs diff in the fringe
|
||||||
;;window-select ; visually switch windows
|
;;window-select ; visually switch windows
|
||||||
workspaces ; tab emulation, persistence & separate workspaces
|
workspaces ; tab emulation, persistence & separate workspaces
|
||||||
;;zen ; distraction-free coding or writing
|
;;zen ; distraction-free coding or writing
|
||||||
@ -105,6 +105,7 @@
|
|||||||
;;taskrunner ; taskrunner for all your projects
|
;;taskrunner ; taskrunner for all your projects
|
||||||
terraform ; infrastructure as code
|
terraform ; infrastructure as code
|
||||||
;;tmux ; an API for interacting with tmux
|
;;tmux ; an API for interacting with tmux
|
||||||
|
tree-sitter ; syntax and parsing, sitting in a tree...
|
||||||
;;upload ; map local to remote projects via ssh/ftp
|
;;upload ; map local to remote projects via ssh/ftp
|
||||||
|
|
||||||
:os
|
:os
|
||||||
@ -163,7 +164,7 @@
|
|||||||
;;rest ; Emacs as a REST client
|
;;rest ; Emacs as a REST client
|
||||||
;;rst ; ReST in peace
|
;;rst ; ReST in peace
|
||||||
;;(ruby +rails) ; 1.step {|i| p "Ruby is #{i.even? ? 'love' : 'life'}"}
|
;;(ruby +rails) ; 1.step {|i| p "Ruby is #{i.even? ? 'love' : 'life'}"}
|
||||||
;;rust ; Fe2O3.unwrap().unwrap().unwrap().unwrap()
|
;;(rust +lsp) ; Fe2O3.unwrap().unwrap().unwrap().unwrap()
|
||||||
;;scala ; java, but good
|
;;scala ; java, but good
|
||||||
;;(scheme +guile) ; a fully conniving family of lisps
|
;;(scheme +guile) ; a fully conniving family of lisps
|
||||||
sh ; she sells {ba,z,fi}sh shells on the C xor
|
sh ; she sells {ba,z,fi}sh shells on the C xor
|
||||||
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
;; To install a package directly from a remote git repo, you must specify a
|
;; To install a package directly from a remote git repo, you must specify a
|
||||||
;; `:recipe'. You'll find documentation on what `:recipe' accepts here:
|
;; `:recipe'. You'll find documentation on what `:recipe' accepts here:
|
||||||
;; https://github.com/raxod502/straight.el#the-recipe-format
|
;; https://github.com/radian-software/straight.el#the-recipe-format
|
||||||
;(package! another-package
|
;(package! another-package
|
||||||
; :recipe (:host github :repo "username/repo"))
|
; :recipe (:host github :repo "username/repo"))
|
||||||
|
|
||||||
@ -34,7 +34,7 @@
|
|||||||
|
|
||||||
;; Specify a `:branch' to install a package from a particular branch or tag.
|
;; Specify a `:branch' to install a package from a particular branch or tag.
|
||||||
;; This is required for some packages whose default branch isn't 'master' (which
|
;; This is required for some packages whose default branch isn't 'master' (which
|
||||||
;; our package manager can't deal with; see raxod502/straight.el#279)
|
;; our package manager can't deal with; see radian-software/straight.el#279)
|
||||||
;(package! builtin-package :recipe (:branch "develop"))
|
;(package! builtin-package :recipe (:branch "develop"))
|
||||||
|
|
||||||
;; Use `:pin' to specify a particular commit to install.
|
;; Use `:pin' to specify a particular commit to install.
|
||||||
@ -36,7 +36,8 @@ export MANPATH="/usr/local/man:$MANPATH"
|
|||||||
[ -d "$HOME/bin" ] && export PATH="$HOME/bin:$PATH"
|
[ -d "$HOME/bin" ] && export PATH="$HOME/bin:$PATH"
|
||||||
|
|
||||||
# add doom emacs to the path
|
# add doom emacs to the path
|
||||||
export PATH=$HOME/.emacs.d/bin:$PATH
|
#export PATH=$HOME/.emacs.d/bin:$PATH
|
||||||
|
export PATH=$HOME/.config/emacs/bin:$PATH
|
||||||
|
|
||||||
# add my own scripts to the path
|
# add my own scripts to the path
|
||||||
export PATH=$HOME/scripts:$PATH
|
export PATH=$HOME/scripts:$PATH
|
||||||
|
|||||||
@ -85,10 +85,10 @@ if ! zgenom saved; then
|
|||||||
zgenom load zsh-users/zsh-history-substring-search
|
zgenom load zsh-users/zsh-history-substring-search
|
||||||
|
|
||||||
# Additional completion definitions for Zsh.
|
# Additional completion definitions for Zsh.
|
||||||
zgenom load zsh-users/zsh-completions
|
# zgenom load zsh-users/zsh-completions
|
||||||
|
|
||||||
# Suggests commands as you type based on history and completions.
|
# Suggests commands as you type based on history and completions.
|
||||||
zgenom load zsh-users/zsh-autosuggestions
|
# zgenom load zsh-users/zsh-autosuggestions
|
||||||
|
|
||||||
# zsh-syntax-highlighting must be loaded after executing compinit command and sourcing other plugins
|
# zsh-syntax-highlighting must be loaded after executing compinit command and sourcing other plugins
|
||||||
zgenom load zsh-users/zsh-syntax-highlighting
|
zgenom load zsh-users/zsh-syntax-highlighting
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user