chore: up

This commit is contained in:
Alexandre Cavalheiro S. Tiago da Silva 2023-08-08 01:02:01 -03:00
parent f893a5d054
commit a378bda131
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF
25 changed files with 299 additions and 720 deletions

View file

@ -6,7 +6,7 @@
;; Some functionality uses this to identify you, e.g. GPG configuration, email
;; clients, file templates and snippets.
(setq user-full-name "Alexandre Cavalheiro S. Tiago da Silva"
user-mail-address "alexandre.cssilva@gmail.com")
user-mail-address "contact@thewizard.link")
;; Doom exposes five (optional) variables for controlling fonts in Doom. Here
;; are the three important ones:
@ -58,7 +58,7 @@
;; You can also try 'gd' (or 'C-c c d') to jump to their definition and see how
;; they are implemented.
;; Set the tab width to 2 and enable tab indentation
;; Set the tab size to 2
(setq tab-width 2)
;; Make sure hl-line-mode doesn't overrides rainbow-mode
@ -144,9 +144,6 @@ mask DIR)."
;; Setup elixir-ls
(setq lsp-clients-elixir-server-executable '("~/.local/share/elixir-ls/release/language_server.sh"))
;; Make sure hl-line-mode doesn't overrides rainbow-mode
(add-hook! 'vue-mode-hook #'lsp)
;; Configure elfeed
(setq rmh-elfeed-org-files '("/home/wizardlink/Documents/zettelkasten/20220610215118-elfeed.org"))

13
.config/doom/custom.el Normal file

File diff suppressed because one or more lines are too long

View file

@ -30,7 +30,7 @@
;;deft ; notational velocity for Emacs
doom ; what makes DOOM look the way it does
doom-dashboard ; a nifty splash screen for Emacs
doom-quit ; DOOM quit-message prompts when you quit Emacs
;;doom-quit ; DOOM quit-message prompts when you quit Emacs
(emoji +unicode) ; 🙂
hl-todo ; highlight TODO/FIXME/NOTE/DEPRECATED/HACK/REVIEW
;;hydra
@ -107,6 +107,7 @@
taskrunner ; taskrunner for all your projects
;;terraform ; infrastructure as code
;;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
:os
@ -142,7 +143,7 @@
;;hy ; readability of scheme w/ speed of python
;;idris ; a language you can depend on
(json +lsp) ; At least it ain't XML
;;(java +meghanada) ; the poster child for carpal tunnel syndrome
;;(java +lsp) ; the poster child for carpal tunnel syndrome
(javascript +lsp) ; all(hope(abandon(ye(who(enter(here))))))
;;julia ; a better, faster MATLAB
;;kotlin ; a better, slicker Java(Script)

View file

@ -56,9 +56,6 @@
:recipe (:host github :repo "org-roam/org-roam"
:files (:defaults "extensions/*")))
;; Install and enable vue-mode
(package! vue-mode)
;; Install and enable powershell.el
(package! powershell)