diff options
author | Salad <water_appreciator@protonmail.com> | 2021-01-12 16:52:51 +0100 |
---|---|---|
committer | Salad <water_appreciator@protonmail.com> | 2021-01-12 16:52:51 +0100 |
commit | 3c60801d554d84adea995de347b27b2ca20bef36 (patch) | |
tree | aaabd7258cf9342378005f865498beae292d3823 /.doom.d/init.el | |
parent | add bsp\*c (diff) | |
parent | change splash // CRUCIAL (diff) | |
download | dotfiles-3c60801d554d84adea995de347b27b2ca20bef36.tar.gz dotfiles-3c60801d554d84adea995de347b27b2ca20bef36.tar.bz2 dotfiles-3c60801d554d84adea995de347b27b2ca20bef36.tar.xz dotfiles-3c60801d554d84adea995de347b27b2ca20bef36.tar.zst dotfiles-3c60801d554d84adea995de347b27b2ca20bef36.zip |
Merge branch 'master' of https://github.com/salaaad2/dotfiles
Diffstat (limited to '.doom.d/init.el')
-rw-r--r-- | .doom.d/init.el | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/.doom.d/init.el b/.doom.d/init.el index 00b3158..4beff2e 100644 --- a/.doom.d/init.el +++ b/.doom.d/init.el @@ -28,14 +28,14 @@ ;;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 ;;fill-column ; a `fill-column' indicator hl-todo ; highlight TODO/FIXME/NOTE/DEPRECATED/HACK/REVIEW ;;hydra ;;indent-guides ; highlighted indent columns modeline ; snazzy, Atom-inspired modeline, plus API ;;nav-flash ; blink cursor line after big motions - ;;neotree ; a project drawer, like NERDTree for vim + neotree ; a project drawer, like NERDTree for vim ophints ; highlight the region an operation acts on (popup +defaults) ; tame sudden yet inevitable temporary windows ;;pretty-code ; ligatures or substitute text with pretty symbols @@ -84,13 +84,13 @@ ;;ansible ;;debugger ; FIXME stepping through code, to help you add bugs ;;direnv - ;;docker + docker ;;editorconfig ; let someone else argue about tabs vs spaces ;;ein ; tame Jupyter notebooks with emacs (eval +overlay) ; run code, run (also, repls) ;;gist ; interacting with github gists lookup ; navigate your code and its documentation - ;;lsp + lsp ;;macos ; MacOS-specific commands magit ; a git porcelain for Emacs make ; run make tasks from Emacs @@ -125,7 +125,7 @@ ;;hy ; readability of scheme w/ speed of python ;;idris ; ;;json ; At least it ain't XML - ;;(java +meghanada) ; the poster child for carpal tunnel syndrome + (java +meghanada) ; the poster child for carpal tunnel syndrome ;;javascript ; all(hope(abandon(ye(who(enter(here)))))) ;;julia ; a better, faster MATLAB ;;kotlin ; a better, slicker Java(Script) @@ -139,13 +139,13 @@ ;;nix ; I hereby declare "nix geht mehr!" ;;ocaml ; an objective camel org ; organize your plain life in plain text - ;;perl ; write code no one else can comprehend + raku ; write code no one else can comprehend php ; perl's insecure younger brother ;;plantuml ; diagrams for confusing people more ;;purescript ; javascript, but functional ;;python ; beautiful is better than ugly ;;qt ; the 'cutest' gui framework ever - ;;racket ; a DSL for DSLs + racket ; a DSL for DSLs ;;rest ; Emacs as a REST client ;;rst ; ReST in peace ;;(ruby +rails) ; 1.step {|i| p "Ruby is #{i.even? ? 'love' : 'life'}"} @@ -158,7 +158,7 @@ ;;swift ; who asked for emoji variables? ;;terra ; Earth and Moon in alignment for performance. ;;web ; the tubes - ;;yaml ; JSON, but readable + yaml ; JSON, but readable :email ;;(mu4e +gmail) |