From eaa89bfd95486cb3897da7cdc778d7923d48cebc Mon Sep 17 00:00:00 2001 From: xeruf <27jf@pm.me> Date: Sat, 15 Jan 2022 22:12:51 +0100 Subject: [PATCH] config/doom: little adjustments --- .config/doom/config.el | 5 ++--- .config/doom/init.el | 38 +++++++++++++++++++------------------- .config/doom/packages.el | 11 ----------- 3 files changed, 21 insertions(+), 33 deletions(-) diff --git a/.config/doom/config.el b/.config/doom/config.el index 71964f0..fefd77b 100644 --- a/.config/doom/config.el +++ b/.config/doom/config.el @@ -94,8 +94,7 @@ Version 2019-11-04 2021-02-16" "m;" 'comment-line :desc "Update & Quit" "qu" (lambda () (interactive) (my/org-roam-update) (save-buffers-kill-terminal)) :map text-mode-map - :desc "Markdown to Zulip" "mam" "ggd2/# -:%s/\\n\\n\\n\\n// + :desc "Markdown to Zulip" "mam" ":%s/\\n\\n\\n\\n// :%s/\\n *\\n /\\n / :%s/^## \\(.*\\)/**\\1**/ :%s/^##+ \\(.*\\)/*\\1*/ @@ -251,7 +250,7 @@ Version 2019-11-04 2021-02-16" ;; Visuals ; https?[0-z.\/-]*\.(png|jpg)\?[^?]* (setq org-image-actual-width nil) - (setq org-ellipsis "↴") + (setq org-ellipsis "◀") ;; Org startup - https://orgmode.org/manual/In_002dbuffer-Settings.html (setq org-startup-folded 'show2levels diff --git a/.config/doom/init.el b/.config/doom/init.el index 29069f5..b13b500 100644 --- a/.config/doom/init.el +++ b/.config/doom/init.el @@ -72,15 +72,15 @@ vc ; version-control and Emacs, sitting in a tree :term - ;;eshell ; the elisp shell that works everywhere - ;;shell ; simple shell REPL for Emacs - ;;term ; basic terminal emulator for Emacs - ;;vterm ; the best terminal emulation in Emacs + ;;eshell ; the elisp shell that works everywhere + ;;shell ; simple shell REPL for Emacs + ;;term ; basic terminal emulator for Emacs + ;;vterm ; the best terminal emulation in Emacs :checkers - syntax ; tasing you for every semicolon you forget - spell ; tasing you for misspelling mispelling - grammar ; tasing grammar mistake every you make + syntax ; tasing you for every semicolon you forget + spell ; tasing you for misspelling mispelling + grammar ; tasing grammar mistake every you make :tools ;;ansible @@ -88,21 +88,21 @@ ;;direnv ;;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 + ;;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 magit ; a git porcelain for Emacs make ; run make tasks from Emacs pass ; password manager for nerds pdf ; pdf enhancements - ;;prodigy ; FIXME managing external services & code builders - ;;rgb ; creating color strings - ;;taskrunner ; taskrunner for all your projects - ;;terraform ; infrastructure as code - ;;tmux ; an API for interacting with tmux - ;;upload ; map local to remote projects via ssh/ftp + ;;prodigy ; FIXME managing external services & code builders + ;;rgb ; creating color strings + ;;taskrunner ; taskrunner for all your projects + ;;terraform ; infrastructure as code + ;;tmux ; an API for interacting with tmux + ;;upload ; map local to remote projects via ssh/ftp :os (:if IS-MAC macos) ; improve compatibility with macOS @@ -136,7 +136,7 @@ javascript ; all(hope(abandon(ye(who(enter(here)))))) ;;julia ; a better, faster MATLAB kotlin ; a better, slicker Java(Script) - ;;latex ; writing papers in Emacs has never been so fun + latex ; writing papers in Emacs has never been so fun ;;lean ;;factor ;;ledger ; an accounting system in Emacs @@ -154,7 +154,7 @@ ;;racket ; a DSL for DSLs ;;raku ; the artist formerly known as perl6 ;;rest ; Emacs as a REST client - ;;rst ; ReST in peace + rst ; ReST in peace (ruby +rails) ; 1.step {|i| p "Ruby is #{i.even? ? 'love' : 'life'}"} ;;rust ; Fe2O3.unwrap().unwrap().unwrap().unwrap() ;;scala ; java, but good diff --git a/.config/doom/packages.el b/.config/doom/packages.el index d76e510..c53ce49 100644 --- a/.config/doom/packages.el +++ b/.config/doom/packages.el @@ -5,16 +5,6 @@ ;; on the command line, then restart Emacs for the changes to take effect -- or ;; use 'M-x doom/reload'. - -;; To install SOME-PACKAGE from MELPA, ELPA or emacsmirror: -;(package! some-package) - -;; To install a package directly from a remote git repo, you must specify a -;; `:recipe'. You'll find documentation on what `:recipe' accepts here: -;; https://github.com/raxod502/straight.el#the-recipe-format -;(package! another-package -; :recipe (:host github :repo "username/repo")) - ;; If the package you are trying to install does not contain a PACKAGENAME.el ;; file, or is located in a subdirectory of the repo, you'll need to specify ;; `:files' in the `:recipe': @@ -40,7 +30,6 @@ ;; Use `:pin' to specify a particular commit to install. ;(package! builtin-package :pin "1a2b3c4d5e") - ;; Doom's packages are pinned to a specific commit and updated from release to ;; release. The `unpin!' macro allows you to unpin single packages... ;(unpin! pinned-package)