summaryrefslogtreecommitdiffstats
path: root/init.org (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* [emacs/compile] better silence the ad-redefinition-actionAmin Bandali2018-12-221-19/+18
| | | | just wrap the whole workaround in a use-package
* [emacs] don’t display *compilation* on build success (uses cl-letf)Amin Bandali2018-12-221-12/+27
|
* [emacs/ibuffer] add new rules to my default filter groupAmin Bandali2018-12-221-7/+15
|
* [emacs] don’t show compilation window in amin/async-babel-tangleAmin Bandali2018-12-221-2/+3
|
* Revert "[emacs] don’t display *compilation* on successful builds"Amin Bandali2018-12-221-29/+12
| | | | This reverts commit 74a56f48afc4f55b7989cb6f1b3e84b0ce8e0878.
* [emacs] Assimilate 3 drones (geiser & guix & a dep)Amin Bandali2018-12-221-0/+17
| | | | | | Assimilate bui v1.2.1-1-g508577a Assimilate geiser 0.10-30-ga6a2f2c Assimilate guix v0.5-16-gfe0a6c9
* [emacs] add alternative bindings for launching gnus{,-unplugged}Amin Bandali2018-12-221-2/+4
|
* [emacs] disable typo-mode for init.orgAmin Bandali2018-12-221-0/+1
|
* [emacs] remove some unused packagesAmin Bandali2018-12-221-25/+7
|
* [emacs] switch from doom-modeline to smart-mode-line againAmin Bandali2018-12-221-50/+45
|
* [emacs] don’t display *compilation* on successful buildsAmin Bandali2018-12-221-12/+29
|
* [emacs] remove and ignore {early-,}init.el againAmin Bandali2018-12-221-62/+1
|
* Revert "[emacs] remove init.org"Amin Bandali2018-12-211-0/+2339
| | | | This reverts commit ed559ffad7f7ce1c26ca65714cfc27152db67587.
* [emacs] remove init.orgAmin Bandali2018-12-211-2339/+0
| | | | | | | | i love the idea of a literate configuration, but in reality, i’ve been too busy to properly document each section and little thing i add. feel free to reach out to me if you have any questions about anything you see in my init file.
* [emacs] add page-break-lines and divide init up into pagesAmin Bandali2018-12-211-5/+62
| | | | corresponding to the current Org top-level headings
* [emacs] unignore and add {early-}init.elAmin Bandali2018-12-211-52/+48
|
* [emacs] remove evil and go back to vanilla emacs bindingsAmin Bandali2018-12-211-232/+41
| | | | | | it’s become too exhausting to keep thinking if i’m in normal vs. insert mode to choose SPC vs. M-m for as the prefix for the binding i’m about to type
* [emacs] remove unneeded borg-insert-update-message C-c b m bindingAmin Bandali2018-12-211-1/+0
| | | | C-c C-b is already bound in git-commit-mode-map
* [emacs] remove slack and most of its depsAmin Bandali2018-12-201-42/+42
| | | | except alert and ht which may come in handy later
* [emacs] remove magithubAmin Bandali2018-12-191-1/+1
| | | | pretty cool, but heavy and slows magit down too much for my taste
* [emacs/magit] add SPC g l binding for magit-log-buffer-fileAmin Bandali2018-12-171-1/+4
|
* [emacs] focus follows mouse, except in gnus-summary-mode buffersAmin Bandali2018-12-121-1/+20
|
* [emacs] disable signature, use motion state for magit-blame-modeAmin Bandali2018-12-121-9/+7
|
* [emacs] update emailAmin Bandali2018-12-111-3/+3
|
* [emacs] assimilate and add multi-termAmin Bandali2018-12-111-1/+38
|
* [emacs] don't fail if secrets file not found, but show warningAmin Bandali2018-12-091-1/+4
|
* [emacs] abbrev in text-mode, default fill-column in message-modeAmin Bandali2018-12-091-3/+4
|
* [emacs/bbdb] disable bbdb tab completion in message-modeAmin Bandali2018-12-091-3/+4
| | | | | i already use company-bbdb. also, use bbdb-initialize instead of bbdb-insinuate-*.
* [emacs/message] lower idle delay for company in message-modeAmin Bandali2018-12-091-2/+5
|
* [emacs] adjust some load delaysAmin Bandali2018-12-091-4/+4
|
* [emacs] clean up old stuffAmin Bandali2018-12-081-251/+0
| | | | | remove smart-mode-line, supercite, ebdb, gnus-alias, and notmuch configs
* [emacs] manually add bbdb into lisp/bbdb/Amin Bandali2018-12-081-5/+15
|
* [emacs/{gnus,message}] tweak posting and citation stylesAmin Bandali2018-12-061-5/+15
|
* update emailAmin Bandali2018-12-061-4/+4
|
* [emacs/eshell] clear with C-S-l instead of C-lAmin Bandali2018-12-051-4/+4
|
* [emacs/evil] enable crossing linesAmin Bandali2018-12-041-1/+2
|
* [emacs/eshell] various tweaksAmin Bandali2018-12-041-3/+9
|
* [emacs] update 3 dronesAmin Bandali2018-12-041-0/+1
| | | | | | Update lib/doom-modeline to v0.9.1-1-ge466611 Update lib/slack to 53201bd Update lib/unkillable-scratch to 1.0.0
* [emacs] switch from smart-mode-line to doom-{modeline,themes}Amin Bandali2018-12-031-20/+47
| | | | | | | doom-tomorrow-night is great and quite easy on the eyes also, kudos and many thanks to Carlos Pita for his numerous useful tips and enhancements for Org mode + doom-tomorrow-night
* [emacs] switch from shell-pop to shell-toggleAmin Bandali2018-12-031-8/+45
| | | | for some reason, shell-pop wouldn’t save eshell history
* [emacs] add cpitclaudel's tangomod{,-dark} themesAmin Bandali2018-12-011-2/+34
| | | | | and amin/{dark,light} helpers to switch between them along with corresponding sml mode-line theme
* [emacs/gnus] fix archive groupAmin Bandali2018-11-261-1/+1
|
* [emacs] tweak bindings a bitAmin Bandali2018-11-261-2/+4
|
* [emacs/evil] touch up my mode state mappingsAmin Bandali2018-11-241-5/+5
| | | | also, use emacs state for ebdb-mode
* [emacs/evil] allow evil-integration, but don't use undo-tree-modeAmin Bandali2018-11-221-12/+8
| | | | | using evil-integration resolves issues like paren highlighting in normal mode when cursor is 'on' the closing paren itself
* [emacs/magit] auto-expand unpulled and unpushed sectionsAmin Bandali2018-11-221-1/+3
|
* [emacs] include non-ASCII counterparts in search resultsAmin Bandali2018-11-221-0/+13
|
* [emacs/evil] unbind C-k (instead use C-S-k) and down-mouse-1Amin Bandali2018-11-211-1/+8
| | | | | | | | | - i prefer C-k to be kill-line and instead use C-S-k for evil-insert-digraph - unbind down-mouse-1 in evil-motion-state-map, which causes evil to enter visual mode when clicking a link with mouse, for instance in a help buffer
* [emacs] try out a custom message-cite-style instead of superciteAmin Bandali2018-11-211-2/+12
|
* [emacs/magit] auto-expand unmerged into upstream and recent commitsAmin Bandali2018-11-211-0/+1
|