summaryrefslogtreecommitdiffstats
path: root/init.org (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* [emacs] make outline bindings not overlap, bindings for flycheckAmin Bandali2018-11-051-2/+6
* [emacs] a few useful super bindingsAmin Bandali2018-11-041-5/+6
* [emacs] small slack enhancementsAmin Bandali2018-11-041-2/+4
* Revert "[emacs] assimilate org-outline-numbering and dep"•••This reverts commit 9b59637c71b32cc79bae835c0609f426c64e0136. i’ll instead use org-num (by Nicolas Goaziou) when it’s released https://lists.gnu.org/r/emacs-orgmode/2018-11/msg00015.html Amin Bandali2018-11-041-3/+0
* [emacs] some slack-related enhancementsAmin Bandali2018-11-041-2/+15
* [emacs] assimilate slack and deps, clear up .gitignore, add secrets•••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. Amin Bandali2018-11-011-1/+60
* [emacs] assimilate org-outline-numbering and dep•••TODO: sort out auto-upating if possible and then enable Amin Bandali2018-10-311-0/+3
* [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)•••also briefly tried lsp-java but meghanada seems to be more stable atm Amin Bandali2018-10-311-0/+64
* [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-mode•••causes *huge* langging when typing a large org file like my rc.org TODO: investigate and report to upstream Amin Bandali2018-10-291-1/+2
* [emacs] use lean-input as default input method, toggled with C-\•••super handy for inserting logical symbols like ∧,∨,→,↔,≡,≜,∩,∪,λ,∘,⋯ Amin Bandali2018-10-291-2/+6
* [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 workaround•••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 Amin Bandali2018-10-291-0/+35
* [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 names•••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 Amin Bandali2018-10-211-6/+6
* [emacs] assimilate pdf-tools and deps•••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. Amin Bandali2018-10-211-2/+22
* [emacs] remove tao-theme•••i've been using eink for a few months already Amin Bandali2018-10-201-8/+0
* [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 now•••TODO: remove notmuch after migrating to Gnus Amin Bandali2018-10-091-2/+2
* [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 sections•••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. Amin Bandali2018-09-161-20/+20
* [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 xp•••TODO: change indentation offsets to 2 Amin Bandali2018-09-021-0/+27
* [emacs] remove shackle•••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 :) Amin Bandali2018-09-011-21/+0
* [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-scratch•••make *scratch* and *Messages* unkillable Amin Bandali2018-08-301-0/+12
* [emacs] move *compilation* auto-close to own section under DefaultsAmin Bandali2018-08-301-10/+14
* [emacs] delete old backups automatically•••stops emacs from annoying me on exit Amin Bandali2018-08-301-1/+2
* [emacs] call compile after async tangle, auto-close *compilation*•••close *compilation* buffer on successful compile Amin Bandali2018-08-301-7/+23