summaryrefslogtreecommitdiffstats
path: root/init.org (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* [emacs] assimilate slack and deps, clear up .gitignore, add secretsAmin Bandali2018-11-011-1/+60
| | | | | | | | | | | hopefully the slack thing is temporary, as i don’t like using proprietary platforms. however, if i must, i’d *much* prefer using free software to access it, rather than executing proprietary JS. note: since i’ve decided to commit etc/secrets.el, it shall not contain any sensitive information itself, but rather how to obtain them. therefore, it must be byte-compiled; and the byte-compiled etc/secrets.elc must *never* be committed.
* [emacs] assimilate org-outline-numbering and depAmin Bandali2018-10-311-0/+3
| | | | TODO: sort out auto-upating if possible and then enable
* [emacs] enable orgalist-mode in message-modeAmin Bandali2018-10-311-1/+2
|
* [emacs] some pdf-tools customizationsAmin Bandali2018-10-311-2/+6
|
* [emacs] assimilate meghanada and deps (for Java)Amin Bandali2018-10-311-0/+64
| | | | also briefly tried lsp-java but meghanada seems to be more stable atm
* [emacs/amin/notmuch] don’t delete other windows when prefix argAmin Bandali2018-10-311-2/+3
|
* [emacs/company] allow abort with escAmin Bandali2018-10-291-1/+2
|
* [emacs] disable highlight-indent-guides-mode in org-modeAmin Bandali2018-10-291-1/+2
| | | | | | causes *huge* langging when typing a large org file like my rc.org TODO: investigate and report to upstream
* [emacs] use lean-input as default input method, toggled with C-\Amin Bandali2018-10-291-2/+6
| | | | super handy for inserting logical symbols like ∧,∨,→,↔,≡,≜,∩,∪,λ,∘,⋯
* [emacs/org] enable auto-fill-mode and flyspell-mode in org-modeAmin Bandali2018-10-291-1/+3
|
* [emacs] add a few frame-related key bindingsAmin Bandali2018-10-291-1/+4
|
* [emacs] assimilate and use typo.el, along with ispell workaroundAmin Bandali2018-10-291-0/+35
| | | | | | | | typo.el: a nicer alternative to electric-quote-mode which allows cycling between the quotes also add an ispell workaround for correctly checking spelling of words with ’ apostrophe in them
* [emacs/pdf-tools] whoops, fix key binding typoAmin Bandali2018-10-211-1/+1
|
* [emacs] use-package ox-beamer, mark org-beamer-export-to-latex safeAmin Bandali2018-10-211-0/+2
|
* [emacs] update 5 drones, use new magit 2.90.0 command namesAmin Bandali2018-10-211-6/+6
| | | | | | | | lib/doom-modeline master v0.5.1-5-g19757b4 lib/helpful master 0.15-3-g1c1c324 lib/magit master 2.13.0-324-gf410eb16 lib/nix-mode master v1.2.2-64-g8b3a992 lib/notmuch master archive/debian/0.28-2-7-g7f726c6e
* [emacs] assimilate pdf-tools and depsAmin Bandali2018-10-211-2/+22
| | | | | | | anzu is not a dependency, but I noticed doom-modeline refers to it when using isearch (in pdf-view-mode swiper searches through binary contents of a pdf, so we'll fall back to isearch), resulting in a warning if it's not present.
* [emacs] remove tao-themeAmin Bandali2018-10-201-8/+0
| | | | i've been using eink for a few months already
* [emacs/ibuffer] change org filter from name-based to mode-basedAmin Bandali2018-10-201-1/+1
|
* [emacs] some cosmetic changesAmin Bandali2018-10-201-4/+16
|
* [emacs,rc] update mail and gpg keyAmin Bandali2018-10-171-1/+2
|
* [emacs,rc] switch to Source Code Pro from Ubuntu Mono throughoutAmin Bandali2018-10-091-2/+2
|
* [emacs] add ox-latex IEEEtran supportAmin Bandali2018-10-091-1/+17
|
* [emacs] set up outline-minor-mode for prog-mode, with bindingsAmin Bandali2018-10-091-0/+21
|
* [emacs] disable borg-nix-shell for nowAmin Bandali2018-10-091-2/+2
| | | | TODO: remove notmuch after migrating to Gnus
* [emacs] gentler font resizingAmin Bandali2018-10-091-0/+6
|
* [emacs] assimilate 6 drones (nix-mode and its deps)Amin Bandali2018-09-241-0/+7
|
* [emacs] increase recentf-max-saved-items from 20 to 40Amin Bandali2018-09-231-1/+3
|
* [emacs] assimilate orgalistAmin Bandali2018-09-231-0/+2
|
* [emacs] put sendmail and message into their own sectionsAmin Bandali2018-09-161-20/+20
| | | | | also change notmuch binding from C-c m to C-c n; all in anticipation for adding a Gnus config and potentially transitioning to Gnus.
* [emacs] use ox-hugo-auto-exportAmin Bandali2018-09-151-0/+3
|
* [emacs] unbind C-j in emmet-mode-keymapAmin Bandali2018-09-151-1/+2
|
* [emacs] company-dabbrev: don't ever change casing of completionsAmin Bandali2018-09-151-0/+2
|
* [emacs] Ibubffer: categorize css-mode and scss-mode in "web"Amin Bandali2018-09-151-0/+2
|
* [emacs] (setq org-log-done 'time)Amin Bandali2018-09-151-1/+2
|
* [emacs] configure IbufferAmin Bandali2018-09-021-1/+59
|
* [emacs] assimilate highlight-indent-guidesAmin Bandali2018-09-021-0/+16
|
* [emacs] defmacro setq-every! and set web-related indentation to 2Amin Bandali2018-09-021-5/+29
|
* [emacs] assimilate web-mode and emmet-mode for better web dev xpAmin Bandali2018-09-021-0/+27
| | | | TODO: change indentation offsets to 2
* [emacs] remove shackleAmin Bandali2018-09-011-21/+0
| | | | | | | | most packages that i use have fairly sane defaults. also, shackles messes with magit popups a bit, and fixing it would require writing custom functions, which i'm not down to do at the moment. basically, the costs way outweight the benefits right now. i might add it again some day though :)
* [emacs/shackle] fix typo in rule :alignAmin Bandali2018-09-011-1/+1
|
* [emacs] assimilate boxquote.el and add key bindings on C-c qAmin Bandali2018-08-311-0/+37
|
* [emacs] assimilate unkillable-scratchAmin Bandali2018-08-301-0/+12
| | | | make *scratch* and *Messages* unkillable
* [emacs] move *compilation* auto-close to own section under DefaultsAmin Bandali2018-08-301-10/+14
|
* [emacs] delete old backups automaticallyAmin Bandali2018-08-301-1/+2
| | | | stops emacs from annoying me on exit
* [emacs] call compile after async tangle, auto-close *compilation*Amin Bandali2018-08-301-7/+23
| | | | close *compilation* buffer on successful compile
* [emacs] automatically tangle init.org on saveAmin Bandali2018-08-301-0/+47
|
* [emacs] add crux-top-join-line bindings (à la evil-mode's J)Amin Bandali2018-08-301-1/+3
|
* [emacs] C-l eshell clear binding and magit-dispatch-popup on bottomAmin Bandali2018-08-291-1/+9
|
* [emacs] assimilate shell-popAmin Bandali2018-08-291-0/+11
|
* [emacs] assimilate helpful and its deps, and add bindingsAmin Bandali2018-08-291-0/+13
|