clojure stuff, org stuff
This commit is contained in:
parent
29c7632fd2
commit
0edecaf151
5 changed files with 174 additions and 16 deletions
6
init.el
6
init.el
|
|
@ -1,6 +1,5 @@
|
|||
;;; private/grfn/init.el -*- lexical-binding: t; -*-
|
||||
|
||||
|
||||
(doom! :feature
|
||||
;debugger ; FIXME stepping through code, to help you add bugs
|
||||
eval ; run code, run (also, repls)
|
||||
|
|
@ -30,7 +29,7 @@
|
|||
doom-modeline ; a snazzy Atom-inspired mode-line
|
||||
doom-quit ; DOOM quit-message prompts when you quit Emacs
|
||||
evil-goggles ; display visual hints when editing in evil
|
||||
;fci ; a `fill-column' indicator
|
||||
fci ; a `fill-column' indicator
|
||||
hl-todo ; highlight TODO/FIXME/NOTE tags
|
||||
;modeline ; snazzy, Atom-inspired modeline, plus API
|
||||
nav-flash ; blink the current line after jumping
|
||||
|
|
@ -63,6 +62,7 @@
|
|||
vc ; version-control and Emacs, sitting in a tree
|
||||
|
||||
:tools
|
||||
docker
|
||||
editorconfig ; let someone else argue about tabs vs spaces
|
||||
;ein ; tame Jupyter notebooks with emacs
|
||||
gist ; interacting with github gists
|
||||
|
|
@ -114,7 +114,7 @@
|
|||
;php ; perl's insecure younger brother
|
||||
;plantuml ; diagrams for confusing people more
|
||||
;purescript ; javascript, but functional
|
||||
;python ; beautiful is better than ugly
|
||||
python ; beautiful is better than ugly
|
||||
;qt ; the 'cutest' gui framework ever
|
||||
;racket ; a DSL for DSLs
|
||||
;rest ; Emacs as a REST client
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue