From 467e39232f12ec8fb5a2386254259b89cebe5662 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Tue, 17 Mar 2020 17:06:47 +0000 Subject: Add mac support to doom --- doom/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doom/init.el') diff --git a/doom/init.el b/doom/init.el index d257bc2..a6f2c65 100644 --- a/doom/init.el +++ b/doom/init.el @@ -90,7 +90,7 @@ ;;gist ; interacting with github gists lookup ; navigate your code and its documentation ;;lsp - ;;macos ; MacOS-specific commands + macos ; MacOS-specific commands magit ; a git porcelain for Emacs ;;make ; run make tasks from Emacs pass ; password manager for nerds -- cgit From a99afc3da7ff4b804c93f100a7e6cdee5dcc0ba6 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Fri, 27 Mar 2020 15:51:22 +0000 Subject: Update doom configuration --- doom/init.el | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'doom/init.el') diff --git a/doom/init.el b/doom/init.el index a6f2c65..2bd908e 100644 --- a/doom/init.el +++ b/doom/init.el @@ -36,7 +36,7 @@ modeline ; snazzy, Atom-inspired modeline, plus API ;;nav-flash ; blink the current line after jumping ;;neotree ; a project drawer, like NERDTree for vim - ophints ; highlight the region an operation acts on + ;;ophints ; highlight the region an operation acts on (popup +defaults) ; tame sudden yet inevitable temporary windows ;;pretty-code ; replace bits of code with pretty symbols ;;tabs ; an tab bar for Emacs @@ -50,7 +50,7 @@ :editor ;;(evil +everywhere); come to the dark side, we have cookies - file-templates ; auto-snippets for empty files + ;;file-templates ; auto-snippets for empty files fold ; (nigh) universal code folding ;;(format +onsave) ; automated prettiness ;;god ; run Emacs commands without modifier keys @@ -59,7 +59,7 @@ ;;objed ; text object editing for the innocent ;;parinfer ; turn lisp into python, sort of ;;rotate-text ; cycle region at point between text candidates - snippets ; my elves. They type so I don't have to + ;;snippets ; my elves. They type so I don't have to word-wrap ; soft wrapping with language-aware indent :emacs @@ -76,19 +76,19 @@ :checkers syntax ; tasing you for every semicolon you forget - (spell +hunspell) ; tasing you for misspelling mispelling - grammar ; tasing grammar mistake every you make + (spell +hunspell) ; tasing you for misspelling mispelling + ;;grammar ; tasing grammar mistake every you make :tools ;;ansible ;;debugger ; FIXME stepping through code, to help you add bugs direnv ;;docker - editorconfig ; let someone else argue about tabs vs spaces + 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 + ;;lookup ; navigate your code and its documentation ;;lsp macos ; MacOS-specific commands magit ; a git porcelain for Emacs @@ -104,23 +104,23 @@ :lang ;;agda ; types of types of types of types... ;;assembly ; assembly for fun or debugging - cc ; C/C++/Obj-C madness - clojure ; java with a lisp + cc ; C/C++/Obj-C madness + clojure ; java with a lisp ;;common-lisp ; if you've seen one lisp, you've seen them all ;;coq ; proofs-as-programs ;;crystal ; ruby at the speed of c ;;csharp ; unity, .NET, and mono shenanigans - data ; config/data formats + data ; config/data formats ;;elixir ; erlang done right ;;elm ; care for a cup of TEA? - emacs-lisp ; drown in parentheses + emacs-lisp ; drown in parentheses ;;erlang ; an elegant language for a more civilized age ;;ess ; emacs speaks statistics ;;faust ; dsp, but you get to keep your soul ;;fsharp ; ML stands for Microsoft's Language ;;fstar ; (dependent) types and (monadic) effects and Z3 ;;go ; the hipster dialect - (haskell +dante) ; a language that's lazier than I am + haskell ; a language that's lazier than I am ;;hy ; readability of scheme w/ speed of python ;;idris ; ;;(java +meghanada) ; the poster child for carpal tunnel syndrome @@ -153,7 +153,7 @@ ;;rest ; Emacs as a REST client ;;rst ; ReST in peace ;;(ruby +rails) ; 1.step {|i| p "Ruby is #{i.even? ? 'love' : 'life'}"} - ;;rust ; Fe2O3.unwrap().unwrap().unwrap().unwrap() + rust ; Fe2O3.unwrap().unwrap().unwrap().unwrap() ;;scala ; java, but good ;;scheme ; a fully conniving family of lisps sh ; she sells {ba,z,fi}sh shells on the C xor -- cgit From a87136f24c615a1056d7c638842c8ac598f28c0b Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Tue, 5 May 2020 13:16:30 +0100 Subject: Use notmuch and aspell --- doom/init.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doom/init.el') diff --git a/doom/init.el b/doom/init.el index 2bd908e..8447c83 100644 --- a/doom/init.el +++ b/doom/init.el @@ -76,7 +76,7 @@ :checkers syntax ; tasing you for every semicolon you forget - (spell +hunspell) ; tasing you for misspelling mispelling + (spell +aspell) ; tasing you for misspelling mispelling ;;grammar ; tasing grammar mistake every you make :tools @@ -163,8 +163,8 @@ ;;web ; the tubes :email - (mu4e +gmail) - ;;notmuch + ;;(mu4e +gmail) + notmuch ;;(wanderlust +gmail) :app -- cgit From bbeb335a1d255d77c5ab4a5cc71134bfd25fec6c Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Tue, 18 Aug 2020 11:32:52 +0100 Subject: Update doom config --- doom/init.el | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'doom/init.el') diff --git a/doom/init.el b/doom/init.el index 8447c83..682520c 100644 --- a/doom/init.el +++ b/doom/init.el @@ -32,7 +32,7 @@ ;;fill-column ; a `fill-column' indicator hl-todo ; highlight TODO/FIXME/NOTE/DEPRECATED/HACK/REVIEW hydra - ;;indent-guides ; highlighted indent columns + ;;indent-guides ; highlighted in dent columns modeline ; snazzy, Atom-inspired modeline, plus API ;;nav-flash ; blink the current line after jumping ;;neotree ; a project drawer, like NERDTree for vim @@ -69,7 +69,7 @@ vc ; version-control and Emacs, sitting in a tree :term - ;;eshell ; a consistent, cross-platform shell (WIP) + eshell ; a consistent, cross-platform shell (WIP) ;;shell ; a terminal REPL for Emacs ;;term ; terminals in Emacs ;;vterm ; another terminals in Emacs @@ -107,7 +107,7 @@ cc ; C/C++/Obj-C madness clojure ; java with a lisp ;;common-lisp ; if you've seen one lisp, you've seen them all - ;;coq ; proofs-as-programs + coq ; proofs-as-programs ;;crystal ; ruby at the speed of c ;;csharp ; unity, .NET, and mono shenanigans data ; config/data formats @@ -137,12 +137,13 @@ nix ; I hereby declare "nix geht mehr!" ocaml ; an objective camel (org ; organize your plain life in plain text - +dragndrop ; drag & drop files/images into org buffers + ;;+dragndrop ; drag & drop files/images into org buffers ;;+hugo ; use Emacs for hugo blogging ;;+jupyter ; ipython/jupyter support for babel ;;+pandoc ; export-with-pandoc support ;;+pomodoro ; be fruitful with the tomato technique - +present) ; using org-mode for presentations + ;;+present ; using org-mode for presentations + ) ;;perl ; write code no one else can comprehend ;;php ; perl's insecure younger brother ;;plantuml ; diagrams for confusing people more -- cgit