summaryrefslogtreecommitdiffstats
path: root/.emacs.d/init.el (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Drop YASnippetAmin Bandali2022-11-191-29/+2
| | | | | | I don't really need these or use them nearly as much as I used to. For similar needs, I think I'll be able to get by using Emacs's own Abbrev just fine.
* * .emacs.d/lisp/boxquote: Remove submodule (now installed from NonGNU ELPA).Amin Bandali2022-08-271-1/+0
|
* * .emacs.d/init.el: Drop most `startup' customizations.Amin Bandali2022-08-031-15/+1
|
* Update/shorten various custom Emacs bindingsAmin Bandali2022-08-031-5/+5
|
* * .emacs.d/init.el (b/invert-default-face): Only invert the faces for the ↵Amin Bandali2022-05-231-3/+2
| | | | (selected-frame).
* * .emacs.d/init.el: Fix logic for loading display-fill-column-indicator.Amin Bandali2022-05-221-5/+4
|
* * .emacs.d/init.el: Cleanups and fixes throughout.Amin Bandali2022-05-201-311/+236
|
* * .emacs.d/init.el (b/*scratch*): Invert `mode-line' when `display-graphic-p'.Amin Bandali2022-05-191-1/+3
|
* * .emacs.d/init.el: Scroll conservatively and don't recenter point.Amin Bandali2022-05-191-0/+1
|
* Import cmake-mode.el and add cmake-font-lock submoduleAmin Bandali2022-05-191-0/+6
| | | | | | | * .emacs.d/init.el: require cmake-mode and cmake-font-lock. * .emacs.d/lisp/cmake-mode.el: Import from upstream cmake repo as of https://gitlab.kitware.com/cmake/cmake/-/blob/9daa244e9904e3d80afa149c927a01413e2a6cd0/Auxiliary/cmake-mode.el into .emacs.d/lisp/ under the 3-clause BSD license.
* Add ffs (form feed slides) mode for GNU EmacsAmin Bandali2022-05-191-0/+15
| | | | | This is what I used for preparing and presenting my LibrePlanet 2022 talk, 'The Net beyond the web' back in March. :)
* * .emacs.d/init.el: Small cleanups.Amin Bandali2022-05-191-24/+7
|
* Rewrite `b/*scratch*' function in init fileAmin Bandali2022-05-191-5/+4
| | | | | | * .emacs.d/init.el (b/*scratch*): Rewrite to use the new `get-scratch-buffer-create' function in emacs.git master branch if available, otherwise use the old `startup--get-buffer-create-scratch'.
* Drop `csetq' macro and use good old `setq' and `setq-default'.Amin Bandali2022-05-191-98/+73
|
* * .emacs.d/init.el: Add 'b/invert-default-face' as a simple light/dark theme ↵Amin Bandali2022-05-191-0/+7
| | | | toggle.
* * .emacs.d/init.el: No, I don't want a variable-pitched non-monospaced ↵Amin Bandali2022-05-191-1/+3
| | | | | | | | mode-line. Though this seems to have thankfully been reversed again upstream in 2001ae5898a1e48cae5b138828190ac2cba39b40, I'm keeping this in my init file for now.
* * .emacs.d/init.el: Add "/usr/share/info/" to 'Info-directory-list'.Amin Bandali2022-05-191-4/+6
|
* * .emacs.d/init.el: Add some i3-like windmove bindings.Amin Bandali2022-05-191-0/+8
|
* * .emacs.d/init.el: Extend zoneinfo-style-world-list.Amin Bandali2022-05-191-1/+6
|
* * .emacs.d/init.el: Disable package version pinning for now.Amin Bandali2022-05-191-13/+13
|
* emacs: update package versions, ditch orgalist, remove deprecated commented ↵Amin Bandali2021-10-181-25/+16
| | | | pinentry bits
* several uncommitted changesAmin Bandali2021-10-171-5/+13
|
* emacs: tweak mode-line lookAmin Bandali2021-05-181-4/+5
|
* small mail-related tweaksAmin Bandali2021-05-161-1/+4
|
* add lisp/bandali-po.el with customizations for po-modeAmin Bandali2021-05-151-0/+3
|
* bind "C-c f p" to find-file-at-pointAmin Bandali2021-05-151-0/+1
|
* various small email-related tweaksAmin Bandali2021-05-151-1/+1
|
* experiment with using the default emacs completion systemAmin Bandali2021-05-151-10/+14
|
* remove some long-unused vestigial bits and piecesAmin Bandali2021-05-151-46/+0
|
* migrate from msmtp (external) to emacs's own smtpmailAmin Bandali2021-05-151-5/+0
| | | | todo: see if it's possible to pin cert fingerprints as with msmtp
* migrate from ebdb to a simple ~/.mailrcAmin Bandali2021-05-151-3/+1
| | | | | also automatically expand aliases when going to the next line or jumping to the end of buffer in message-mode.
* Update ERC setupAmin Bandali2021-04-111-1/+1
| | | | | | | I'm not using ZNC anymore. Also, use client certificates for authentication with the networks. Also bump copyright years.
* Customize mode-line faces only in graphical environmentsAmin Bandali2021-04-071-9/+10
|
* Many uncommitted changesAmin Bandali2021-03-131-140/+127
|
* A few accumulated changesAmin Bandali2020-11-221-3/+31
|
* Remove (unused) magit configAmin Bandali2020-11-221-2/+0
|
* Remove ivy, related packages, and my configs for itAmin Bandali2020-11-221-14/+1
|
* A few small uncommitted changesAmin Bandali2020-10-201-1/+1
|
* Some adaptations for my current EXWM setupAmin Bandali2020-10-121-10/+0
|
* Switch to EXWMAmin Bandali2020-10-121-6/+8
| | | | (langa runs Parabola GNU/Linux-libre)
* Add expand-region to `package-load-list'Amin Bandali2020-10-071-0/+1
|
* Move GNU Emacs configs from ./ into .emacs.d/Amin Bandali2020-10-051-0/+1031
| | | | | | I will be using the repository to store my configurations for other non-Emacs pieces of software. The repository itself will be located at ~/ rather than ~/.emacs.d/.
* move emacs files from .emacs.d to .Amin Bandali2020-04-111-2557/+0
| | | | this repository's root will be ~/.emacs.d (again) from now on
* emacs/eshell: restore mistakenly deleted custom eshell promptAmin Bandali2020-04-111-0/+15
|
* emacs: delete many unused and/or disabled packagesAmin Bandali2020-04-111-238/+2
| | | | | | | | | including: - exec-path-from-shell: does not seem necessary anymore - web-mode: i use the built-in mhtml-mode now - java-related things - bbdb: i've been using ebdb and happy with it
* emacs: try setting a smaller gc-cons-threshold initiallyAmin Bandali2020-04-101-1/+1
| | | | doesn't seem to have an adverse effect on emacs-init-time
* scattered updatesAmin Bandali2020-03-311-2/+3
|
* guix,getmail,emacs: update username and mail addressAmin Bandali2020-03-231-2/+2
|
* emacs: erc: remove moznet; ripAmin Bandali2020-03-191-2/+0
|
* update gnu addressAmin Bandali2020-03-191-7/+7
|