summaryrefslogtreecommitdiffstats
path: root/.gitmodules (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* [emacs] assimilate meghanada and deps (for Java)Amin Bandali2018-10-311-0/+6
| | | | also briefly tried lsp-java but meghanada seems to be more stable atm
* [emacs] assimilate and use typo.el, along with ispell workaroundAmin Bandali2018-10-291-0/+3
| | | | | | | | 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] assimilate pdf-tools and depsAmin Bandali2018-10-211-0/+16
| | | | | | | 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-4/+0
| | | | i've been using eink for a few months already
* [emacs] disable borg-nix-shell for nowAmin Bandali2018-10-091-6/+3
| | | | TODO: remove notmuch after migrating to Gnus
* [emacs] assimilate 6 drones (nix-mode and its deps)Amin Bandali2018-09-241-0/+22
|
* [emacs] assimilate orgalistAmin Bandali2018-09-231-0/+3
|
* [emacs] update 6 drones, assimilate 2 new depsAmin Bandali2018-09-111-0/+6
| | | | | | | | | | | lib/doom-modeline master 0.4.0-10-g54c2824 lib/ghub master v2.0.1-45-gcdccff8 lib/graphql master ea85c2b lib/haskell-mode master v13.14-1172-gb441b93 lib/org master release_9.1.14-912-g5fe165003 lib/projectile master v1.0.0-25-g0944c25 lib/tao-theme master 8582ac9 lib/treepy master 0.1.1
* disable making notmuch docs for now, due to automake issuesAmin Bandali2018-09-101-3/+3
| | | | | | | | fix doesn't seem to be applied to nixpkgs unstable yet ? either that, or some package might somehow be using an unpatched version. https://github.com/NixOS/nixpkgs/pull/42649 http://git.savannah.gnu.org/cgit/automake.git/commit/?id=13f00eb4493c217269b76614759e452d8302955e
* [emacs] assimilate highlight-indent-guidesAmin Bandali2018-09-021-0/+3
|
* [emacs] assimilate web-mode and emmet-mode for better web dev xpAmin Bandali2018-09-021-0/+6
| | | | TODO: change indentation offsets to 2
* [emacs] remove shackleAmin Bandali2018-09-011-3/+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] assimilate boxquote.el and add key bindings on C-c qAmin Bandali2018-08-311-0/+3
|
* [emacs] assimilate unkillable-scratchAmin Bandali2018-08-301-0/+3
| | | | make *scratch* and *Messages* unkillable
* [emacs] assimilate shell-popAmin Bandali2018-08-291-0/+3
|
* [emacs] assimilate helpful and its deps, and add bindingsAmin Bandali2018-08-291-0/+12
|
* [emacs] assimilate shackle and add a few useful popup rulesAmin Bandali2018-08-291-0/+3
|
* [emacs] update 9 drones and remove generalAmin Bandali2018-08-291-3/+0
| | | | | | | | | | | | lib/borg master v2.0.0-68-ga495a46 lib/doom-modeline master 0.4.0-5-gad7c7ae lib/helm master v3.0-2-g40a3fd4f lib/magit master 2.13.0-193-g648ea6e5 lib/no-littering master v0.5.14-8-g3f6d290 lib/org master release_9.1.14-901-g38a89014a lib/ox-hugo master v0.8-348-g0af60fc lib/proof-site master v4.4-198-g69066bf2 lib/which-key master v3.3.0-2-gc938bbf
* [emacs] add borg-nix-shell and use it to build notmuch's build depsAmin Bandali2018-08-241-0/+4
| | | | | | | - currently only works in regular emacs session and not via terminal: https://github.com/emacscollective/borg/issues/78 - TODO: add support for guix environment
* [emacs] remove evil; back to using vanilla emacsAmin Bandali2018-08-231-15/+0
|
* [emacs] further evil-related enhancementsAmin Bandali2018-08-221-0/+9
|
* [emacs] switch back to evilAmin Bandali2018-08-221-6/+9
|
* [emacs] remove Org html export related stuffAmin Bandali2018-08-221-3/+0
| | | | might want to bring some back later again
* [emacs] remove key-seq and only use key-chord, decrease delayAmin Bandali2018-07-231-3/+0
| | | | | the delay on j was annoying, even if only 0.075s. switch to key-chord so order won't matter, and bring delay down to 0.005s.
* [emacs] add "jk" key sequence using key-seq (uses key-chord) for ryoAmin Bandali2018-07-231-0/+6
|
* [emacs] add more bindings, from the awesome crux and mwimAmin Bandali2018-07-221-0/+6
|
* [emacs] ditch evil in favour of ryo-modalAmin Bandali2018-07-221-6/+3
| | | | | also, rebind sway resize from s-r to s-S-r so that it won't clash with my counsel-recentf binding
* [emacs] assimilate org (from source)Amin Bandali2018-07-161-0/+10
| | | | and bring in org-notmuch from contrib/
* [emacs/eink-theme] fork and customize some facesAmin Bandali2018-07-151-0/+1
| | | | https://github.com/aminb/eink-emacs
* [emacs] add and switch to eink themeAmin Bandali2018-07-151-0/+3
|
* [emacs] replace org-static-blog with ox-hugoAmin Bandali2018-07-141-4/+3
|
* [emacs] fork tao-theme and add some style changesAmin Bandali2018-07-071-0/+1
|
* [emacs] assimilate org-static-blogAmin Bandali2018-07-071-0/+4
|
* [emacs] assimilate doom-modeline and tao-theme (and their deps)Amin Bandali2018-07-061-0/+21
|
* [emacs] assimilate Proof General (for Coq)Amin Bandali2018-07-061-0/+3
|
* [emacs] delete exwm and xelbAmin Bandali2018-07-041-6/+0
| | | | | I've been back on bspwm for a while, and will kely be switching to i3wm or swaywm next.
* [emacs] use dwwmmm/alloy-mode instead of anlun/alloy-modeAmin Bandali2018-07-041-1/+1
|
* [emacs] update 15 dronesAmin Bandali2018-07-041-0/+1
| | | | | | | | | | | | | | | | | | | | lib/borg master v2.0.0-64-g738f749 lib/closql master v0.6.0 lib/company master 0.9.6-37-g1f836b6 lib/emacsql master 2.0.2-19-g3b70e8f lib/epkg master v3.1.0 lib/flycheck master 31-156-g0995b0bb lib/general master e690ef9 lib/helm master v2.9.7-21-g40a01d97 lib/hydra master 0.14.0-17-g87cc74b lib/ivy master 0.10.0-271-g0cf0e6d lib/magit master 2.13.0-70-g1e2f1686 lib/magit-popup master v2.12.3-4-ge2060cc lib/notmuch master debian/0.27-1-7-gfd3c9365 lib/use-package master 2.3-398-g4f0f585 lib/which-key master v3.3.0-1-g013cdb7 Some were detached, so I checked out their `master'.
* [emacs] add alloy-modeAmin Bandali2018-07-041-0/+3
|
* [emacs] assimilate hydraAmin Bandali2018-06-271-0/+3
|
* [emacs] org: export html5, add htmlize for syntax highlightingAmin Bandali2018-06-271-0/+3
|
* [emacs] add evil{,-escape} and general and some keybindingsAmin Bandali2018-06-241-0/+9
|
* [emacs] properly build and use notmuch along with my settingsAmin Bandali2018-05-131-0/+6
|
* [emacs] assimilate notmuchAmin Bandali2018-05-091-0/+3
|
* [emacs] assimilate and enable dante and its dependency, lcrAmin Bandali2018-05-071-0/+6
|
* [emacs] assimilate and enable which-keyAmin Bandali2018-05-061-0/+3
|
* [emacs] assimilate flycheck-haskellAmin Bandali2018-05-051-0/+3
| | | | | | | Only use 'haskell-hlint checker and disable the other two. Also, add a copy of hs-lint.el, but leave it disabled (I tried it before deciding to use flycheck-haskell).
* [emacs] add flycheck's missing deps (pkg-info & epl) & configure itAmin Bandali2018-05-051-0/+6
|
* [emacs] assimilate hlint-refactorAmin Bandali2018-05-051-0/+3
|
* [emacs] assimilate haskell-modeAmin Bandali2018-05-051-0/+3
|