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