Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alex-bochkarev/my-spacemacs-dotfiles
My .spacemacs, private layers and (maybe) something else Spacemacs-config related
https://github.com/alex-bochkarev/my-spacemacs-dotfiles
Last synced: 12 days ago
JSON representation
My .spacemacs, private layers and (maybe) something else Spacemacs-config related
- Host: GitHub
- URL: https://github.com/alex-bochkarev/my-spacemacs-dotfiles
- Owner: alex-bochkarev
- Created: 2020-05-22T10:51:24.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-08-13T08:36:29.000Z (about 1 year ago)
- Last Synced: 2024-08-01T19:38:58.064Z (3 months ago)
- Language: Emacs Lisp
- Size: 357 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- Changelog: CHANGELOG.org
Awesome Lists containing this project
README
#+TITLE: Personal Spacemacs config
#+AUTHOR: A. Bochkarev* Key things
- customized orgmode, capture, and agenda
- org-roam, org-roam-protocol
- a simple project notes system on top of org-roam
- some personal snippets (yas)
- mu4e and org-msg (fixed with ver. 1.8 / new path from =mailutis=)
- python with tests (pytest) + ipython
- julia layer with a few convenience functions
- smooth window/frame motion with i3wm on ~H-h/j/k/l~
- (somewhat) quick web search
- orgmode: added =ab/jump-to-parent-and-fold= (~H-q~)
(seems handy when editing large prose/paper in org)
- beancount for finances / expenses tracking. (from [[https://github.com/beancount/beancount-mode][git]])
- switched helm for ivy, added =deadgrep=
- added a few functions for opening PDFs (with default app) and literature notes
- added hyperbole, for nice in-line text actions everywhere and opening PDFs
from =\cite{}=-s and =texdoc{package}= button.* Dependencies
- mu4e (from [[https://github.com/djcb/mu][source]]). Note, I use custom prefix dir, like this:
#+begin_src bash
$ sudo apt install meson
$ meson -Dprefix=$HOME/.local/stow/mu-1.9 build && ninja -C build
$ ninja -C build install
#+end_src
- ctags (=sudo apt install universal-ctags=)
- ripgrep (=sudo apt install ripgrep=)
- latest Hyperbole from [[https://github.com/rswgnu/hyperbole][git]]