summaryrefslogtreecommitdiffstats
path: root/init.org (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [emacs] disable epkg and eclimAmin Bandali2019-03-181-4/+4
|
* [emacs] update packagesAmin Bandali2019-03-161-35/+0
| | | | | also remove the Org hack, as it’s now built into straight.el and enabled by default
* [emacs/message] create simplified In-Reply-To headersAmin Bandali2019-03-051-0/+10
| | | | | Using the legacy format that message-make-in-reply-to generates by default may be problematic, as is the case for lists.sr.ht.
* [emacs] skeleton for irc setup with ERC and ZNCAmin Bandali2019-02-261-1/+27
|
* [emacs] unbind C-z in graphical modeAmin Bandali2019-02-221-0/+3
| | | | froze my emacs by accident too many damn times
* [emacs/gnus] make topic line format more consistent with group linesAmin Bandali2019-02-221-1/+2
|
* [emacs/{gnus,message}] set custom fqdn for outgoing gnu messagesAmin Bandali2019-02-221-1/+2
| | | | in order to customize generated Message-ID
* [emacs,rc] update personal email addressAmin Bandali2019-02-221-6/+5
|
* [emacs,rc] add csclub mailAmin Bandali2019-02-061-3/+12
|
* [emacs] move a/byte-compiled-init below the headerAmin Bandali2019-01-251-6/+19
|
* [emacs/footnote] comment out styling changesAmin Bandali2019-01-221-5/+5
| | | | | while the unicode style is prettier, i think the simple ascii version would be more accessible and e.g. more search-friendly
* [emacs/gnus] fix and improve gnus-permanently-visible-groups regexpAmin Bandali2019-01-201-1/+1
| | | | | typo fix: remove extraneous opening paren improve: rule out partial folder matches for the two cases
* [emacs] Query for GPG passphrase through minibufferAmin Bandali2019-01-171-0/+6
|
* [emacs] better scrolling (both keyboard and mouse)Amin Bandali2019-01-161-2/+21
| | | | also use the new (version<= "26.1" emacs-version) pixel-scroll-mode
* [emacs] add java-mode to programming in Ibuffer, C-x {k,K} bindingsAmin Bandali2019-01-121-1/+3
|
* [emacs/yasnippet] suppress startup jit loading messageAmin Bandali2019-01-121-0/+3
|
* [emacs] update yearsAmin Bandali2019-01-121-2/+2
|
* [emacs] update dante, configure yasnippetAmin Bandali2019-01-111-0/+12
|
* [emacs] add eclimAmin Bandali2019-01-061-3/+21
|
* [emacs] update packagesAmin Bandali2019-01-041-3/+0
| | | | ox-hugo-auto-export was deprecated in latest ox-hugo
* [emacs] update packagesAmin Bandali2018-12-301-3/+0
|
* [emacs] try out magit/forgeAmin Bandali2018-12-301-0/+8
|
* [emacs] update packages, add csv-mode (new EBDB implicitly depends)Amin Bandali2018-12-301-0/+3
|
* [emacs] fix ox-hugo and its auto exportAmin Bandali2018-12-291-2/+3
|
* [emacs] add C-c e {i,u} bindings for emacs-{init-,up}timeAmin Bandali2018-12-281-0/+3
|
* [emacs/eshell] tweak prompt faceAmin Bandali2018-12-271-2/+3
|
* [emacs/which-key] improve readabilityAmin Bandali2018-12-261-1/+4
|
* [emacs] add bindings for various straight.el functionsAmin Bandali2018-12-261-10/+43
|
* [emacs] add message-x (for completion of groups, e.g. in Gcc field)Amin Bandali2018-12-261-1/+5
|
* [emacs/ebdb] tweak when to load the various subpackagesAmin Bandali2018-12-261-7/+6
|
* [emacs] slight rewordingAmin Bandali2018-12-261-2/+3
|
* [emacs] re-add installation instructions and explanationsAmin Bandali2018-12-261-1/+44
|
* [emacs] require use-package when debuggingAmin Bandali2018-12-261-5/+7
|
* [emacs/exec-path-from-shell] don’t check for vars being properly setAmin Bandali2018-12-261-1/+2
| | | | https://github.com/purcell/exec-path-from-shell#setting-up-your-shell-startup-files-correctly
* [emacs] tweak deferralsAmin Bandali2018-12-261-1/+1
|
* Merge branch 'straight-next'Amin Bandali2018-12-261-98/+156
|\
| * [emacs][wip] straight.el: don’t check for package changes on startupAmin Bandali2018-12-261-1/+2
| | | | | | | | instead check-on-save; shaves about half a second off of startup time
| * [emacs][wip] let unkillable-scratch bury the buffer(s)Amin Bandali2018-12-261-1/+0
| |
| * [emacs][wip] enable geiser and guix, and update packagesAmin Bandali2018-12-261-2/+2
| |
| * [emacs][wip] small tweaksAmin Bandali2018-12-241-1/+9
| |
| * [emacs][wip] hack together a bootstrap pathAmin Bandali2018-12-241-14/+27
| |
| * [emacs][wip] remove vestigial borg-related thingsAmin Bandali2018-12-241-62/+17
| |
| * [emacs][wip] ebdb: directly use upstream instead of GNU ELPA mirrorAmin Bandali2018-12-241-0/+1
| |
| * [emacs][wip] fix up some breakages due to use-package-always-deferAmin Bandali2018-12-241-0/+3
| | | | | | | | https://github.com/jwiegley/use-package#loading-packages-in-sequence
| * [emacs][wip] for some reason straight seems to interfere with :afterAmin Bandali2018-12-241-1/+2
| |
| * [emacs][wip] fix proof generalAmin Bandali2018-12-241-1/+2
| |
| * [emacs][wip] a/async-babel-tangle: add option to byte-recompile-fileAmin Bandali2018-12-241-4/+10
| |
| * [emacs][wip] fix sml error when switching to dark themeAmin Bandali2018-12-241-0/+1
| |
| * [emacs][wip] dired: add b for dired-up-directoryAmin Bandali2018-12-241-0/+2
| |
| * [emacs][wip] fix (void-variable personal-keybindings) errorAmin Bandali2018-12-241-0/+1
| | | | | | | | https://github.com/jwiegley/use-package/issues/436#issuecomment-285954250