update doom files
This commit is contained in:
parent
6d3b5a2fa5
commit
a479f4e9ba
3 changed files with 29 additions and 28 deletions
|
@ -82,6 +82,7 @@ alias y "sudo zypper"
|
||||||
alias czm "chezmoi"
|
alias czm "chezmoi"
|
||||||
alias r "ranger"
|
alias r "ranger"
|
||||||
alias zcc "zig cc"
|
alias zcc "zig cc"
|
||||||
|
alias nxs "nix-shell"
|
||||||
# Git Aliases
|
# Git Aliases
|
||||||
alias g "git"
|
alias g "git"
|
||||||
alias gs "g status --short"
|
alias gs "g status --short"
|
||||||
|
@ -96,6 +97,7 @@ alias gco "g checkout"
|
||||||
alias gse "g send-email"
|
alias gse "g send-email"
|
||||||
alias wip "g add --all; and g commit -m WIP"
|
alias wip "g add --all; and g commit -m WIP"
|
||||||
alias squish "gs; and g commit -a --amend -C HEAD"
|
alias squish "gs; and g commit -a --amend -C HEAD"
|
||||||
|
alias editorigin "git remote set-url origin"
|
||||||
# Mercurial Aliases
|
# Mercurial Aliases
|
||||||
alias h "hg"
|
alias h "hg"
|
||||||
alias ha "hg addremove"
|
alias ha "hg addremove"
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
;; Maximize the window upon startup
|
;; Maximize the window upon startup
|
||||||
(add-to-list 'default-frame-alist '(fullscreen . maximized))
|
(add-to-list 'default-frame-alist '(fullscreen . maximized))
|
||||||
|
|
||||||
(setq doom-font (font-spec :family "Fantasque Sans Mono" :size 16))
|
(setq doom-font (font-spec :family "Fantasque Sans Mono" :size 17))
|
||||||
|
|
||||||
(when (memq window-system '(mac ns x))
|
(when (memq window-system '(mac ns x))
|
||||||
(exec-path-from-shell-initialize))
|
(exec-path-from-shell-initialize))
|
||||||
|
@ -74,9 +74,6 @@
|
||||||
"* %? :NOTE:\n%U\n%a\n" :clock-in t :clock-resume t))))
|
"* %? :NOTE:\n%U\n%a\n" :clock-in t :clock-resume t))))
|
||||||
(setq org-refile-targets '((nil :maxlevel . 9)
|
(setq org-refile-targets '((nil :maxlevel . 9)
|
||||||
(org-agenda-files :maxlevel . 9)))
|
(org-agenda-files :maxlevel . 9)))
|
||||||
(add-to-list
|
|
||||||
'ivy-completing-read-handlers-alist
|
|
||||||
'(org-capture-refile . completing-read-default))
|
|
||||||
(org-clock-persistence-insinuate)
|
(org-clock-persistence-insinuate)
|
||||||
(setq org-clock-in-switch-to-state 'cf/clock-in-to-next)
|
(setq org-clock-in-switch-to-state 'cf/clock-in-to-next)
|
||||||
(setq org-clock-into-drawer t)
|
(setq org-clock-into-drawer t)
|
||||||
|
|
|
@ -11,25 +11,27 @@
|
||||||
(doom! :input
|
(doom! :input
|
||||||
;;chinese
|
;;chinese
|
||||||
;;japanese
|
;;japanese
|
||||||
|
;;(layout +azerty +bepo)
|
||||||
|
|
||||||
:completion
|
:completion
|
||||||
company
|
(company +childframe)
|
||||||
;;helm
|
;;helm
|
||||||
;;ido
|
;;ido
|
||||||
ivy
|
;;ivy
|
||||||
|
(vertico +icons)
|
||||||
|
|
||||||
:ui
|
:ui
|
||||||
;;deft
|
;;deft
|
||||||
;;doom
|
;;doom
|
||||||
;;doom-dashboard
|
doom-dashboard
|
||||||
;;doom-quit
|
;;doom-quit
|
||||||
;;fill-column
|
(emoji +github +unicode)
|
||||||
hl-todo
|
hl-todo
|
||||||
;;hydra
|
;;hydra
|
||||||
indent-guides
|
indent-guides
|
||||||
;;ligatures
|
ligatures
|
||||||
;;minimap
|
minimap
|
||||||
modeline
|
(modeline +light)
|
||||||
nav-flash
|
nav-flash
|
||||||
;;neotree
|
;;neotree
|
||||||
ophints
|
ophints
|
||||||
|
@ -59,8 +61,8 @@
|
||||||
|
|
||||||
:emacs
|
:emacs
|
||||||
(dired
|
(dired
|
||||||
+ranger
|
+ranger
|
||||||
;;+icons
|
+icons
|
||||||
)
|
)
|
||||||
electric
|
electric
|
||||||
;;ibuffer
|
;;ibuffer
|
||||||
|
@ -82,21 +84,20 @@
|
||||||
;;ansible
|
;;ansible
|
||||||
;;debugger
|
;;debugger
|
||||||
;;direnv
|
;;direnv
|
||||||
;;docker
|
docker
|
||||||
editorconfig
|
editorconfig
|
||||||
;;ein
|
;;ein
|
||||||
eval
|
eval
|
||||||
;;gist
|
;;gist
|
||||||
(lookup
|
(lookup
|
||||||
+docsets)
|
+docsets)
|
||||||
lsp
|
(lsp +peek)
|
||||||
(magit
|
magit
|
||||||
+forge)
|
|
||||||
;;make
|
;;make
|
||||||
;;pass
|
;;pass
|
||||||
;;pdf
|
;;pdf
|
||||||
;;prodigy
|
;;prodigy
|
||||||
;;rgb
|
rgb
|
||||||
;;taskrunner
|
;;taskrunner
|
||||||
;;terraform
|
;;terraform
|
||||||
;;tmux
|
;;tmux
|
||||||
|
@ -108,30 +109,32 @@
|
||||||
|
|
||||||
:lang
|
:lang
|
||||||
;;agda
|
;;agda
|
||||||
|
;;beancount
|
||||||
;;cc
|
;;cc
|
||||||
;;clojure
|
;;clojure
|
||||||
;;common-lisp
|
;;common-lisp
|
||||||
;;coq
|
;;coq
|
||||||
;;crystal
|
;;crystal
|
||||||
;;csharp
|
;;csharp
|
||||||
|
;;dart
|
||||||
data
|
data
|
||||||
;;(dart +flutter)
|
(elixir +lsp)
|
||||||
elixir
|
|
||||||
;;elm
|
;;elm
|
||||||
emacs-lisp
|
emacs-lisp
|
||||||
;;erlang
|
;;erlang
|
||||||
;;ess
|
;;ess
|
||||||
|
;;factor
|
||||||
;;faust
|
;;faust
|
||||||
;;fsharp
|
;;fsharp
|
||||||
;;fstar
|
;;fstar
|
||||||
;;gdscript
|
;;gdscript
|
||||||
;;(go +lsp)
|
;;(go +lsp)
|
||||||
;;(haskell +dante)
|
;;(haskell +lsp)
|
||||||
;;hy
|
;;hy
|
||||||
;;idris
|
;;idris
|
||||||
json
|
|
||||||
;;(java +meghanada)
|
;;(java +meghanada)
|
||||||
(javascript +lsp)
|
(javascript +lsp)
|
||||||
|
json
|
||||||
;;julia
|
;;julia
|
||||||
;;kotlin
|
;;kotlin
|
||||||
;;latex
|
;;latex
|
||||||
|
@ -143,17 +146,13 @@
|
||||||
;;nim
|
;;nim
|
||||||
;;nix
|
;;nix
|
||||||
;;ocaml
|
;;ocaml
|
||||||
(org
|
;;(org +brain +dragndrop +gnuplot +hugo +ipython +journal +jupyter +noter +pandoc +pomodoro +present +pretty +roam)
|
||||||
+dragndrop
|
|
||||||
+ipython
|
|
||||||
+pandoc
|
|
||||||
+present)
|
|
||||||
;;php
|
;;php
|
||||||
;;plantuml
|
;;plantuml
|
||||||
;;purescript
|
;;purescript
|
||||||
;;python
|
;;python
|
||||||
;;qt
|
;;qt
|
||||||
racket
|
;;racket
|
||||||
;;raku
|
;;raku
|
||||||
;;rest
|
;;rest
|
||||||
;;ruby
|
;;ruby
|
||||||
|
@ -167,6 +166,7 @@
|
||||||
;;terra
|
;;terra
|
||||||
web
|
web
|
||||||
yaml
|
yaml
|
||||||
|
;;zig
|
||||||
|
|
||||||
:email
|
:email
|
||||||
;;(mu4e +gmail)
|
;;(mu4e +gmail)
|
||||||
|
@ -178,6 +178,8 @@
|
||||||
;; should be loaded late.
|
;; should be loaded late.
|
||||||
:app
|
:app
|
||||||
;;calendar
|
;;calendar
|
||||||
|
;;emms
|
||||||
|
;;everywhere
|
||||||
;;irc
|
;;irc
|
||||||
;;(rss +org)
|
;;(rss +org)
|
||||||
;;twitter
|
;;twitter
|
||||||
|
|
Loading…
Add table
Reference in a new issue