466 Commits

Author SHA1 Message Date
8a6353b2c5
Move usability package configurations from configuration.org to init.el 2025-05-30 16:46:46 +02:00
a5d503f1a6
Move builtin package initialisation from configuration.org to init.el 2025-05-30 16:17:03 +02:00
9e5528e519
Move basic settings from configuration.org to init.el 2025-05-30 16:17:01 +02:00
69549ce861
Move loading of the emacs package from configuration.org to init.el 2025-05-30 09:53:57 +02:00
3bd5c2c865
Move Magit related functions from configuration.org to lisp/gpolonkai/magit-utils.el 2025-05-30 09:53:51 +02:00
7502d37992
Move file manipulation functions from configuration.org to lisp/gpolonkai/file-utils.el 2025-05-29 21:54:20 +02:00
2cb666aa7b
Move navigation functions from configuration.org to lisp/gpolonkai/nav-utils.el 2025-05-29 21:54:15 +02:00
47930acec4
Move text manipulation functions from configuration.org to lisp/gpolonkai/text-utils.el 2025-05-29 21:54:09 +02:00
5d89b6dd23
Move Org related functions from configuration.org to lisp/gpolonkai/org-utils.el 2025-05-29 21:53:33 +02:00
dd17f2dcc7
Move window manipulation functions from configuration.org to lisp/gpolonkai/windows.el 2025-05-29 20:41:38 +02:00
29483f463a
Move utility functions from configuration.org to lisp/gpolonkai/utilities.el 2025-05-29 20:06:16 +02:00
3b53c19e2a
Move the use-package settings to init.el 2025-05-29 18:59:16 +02:00
8534e3c8d7
Move the pre-init section back to init.el
Emacs sometimes (often? always?) loads an old Org version, then upgrades it after `configuration.org` is loaded.

To prevent this, i simply move back to a non-org configuration.  I never used any real Org features in my config anyway.
2025-05-29 18:59:16 +02:00
99e39400de Move package.el initialisation to configuration.org 2018-12-10 08:27:41 +01:00
da6d4600f2 Remove my old add-gnu-c-header function
It is superseded by `xlicense`.
2018-07-30 21:18:17 +02:00
5e517f5975 Remove all remaining, unused packages 2018-07-30 21:18:17 +02:00
b6a6bd938a Move everything else to the Org config 2018-07-30 21:18:16 +02:00
50ec5643de Move functions from round-number-to-decimals.el to the Org config 2018-07-30 21:18:16 +02:00
38dd27dc1e Move window manipulation functions to the Org config 2018-07-30 21:18:16 +02:00
dea44d7d39 Move commands from zim.el to the Org config 2018-07-30 21:18:16 +02:00
86bd417b99 Remove unused packages 2018-07-30 21:18:16 +02:00
239e1742a4 Continue moving to the Org config 2018-07-30 21:18:16 +02:00
329a86937d Move some packages to the Org config 2018-07-29 20:52:12 +02:00
8f4232063a Nyanyanyanya Move Nyancat related packages to the Org config 2018-07-29 20:52:12 +02:00
7ff80992b8 Remove unused packages 2018-07-29 20:52:12 +02:00
1964dd4085 Move Helm and related packages to the Org config 2018-07-29 20:52:12 +02:00
b6cac3a5f1 Load XDG paths in the Org config 2018-07-29 20:52:12 +02:00
50707c11a5 Move built-in package configurations to the Org config 2018-07-29 20:52:12 +02:00
77236cbea7 Move mode-specific use-package calls to the Org config 2018-07-29 20:52:12 +02:00
e91a08594e Move nil-or-list-of-strings-p to the Org config 2018-07-29 20:52:12 +02:00
7b4a464f02 Move functions from text-manip to the Org config 2018-07-29 20:52:12 +02:00
1cc81ac9d3 Move idm related functions to the Org config 2018-07-29 20:52:12 +02:00
7ee19f492a Move hidden-mode-line-mode to the Org config 2018-07-29 20:52:12 +02:00
372df13155 Move functions from file-manip.el to the Org config 2018-07-29 20:52:12 +02:00
d52a110acb Move æ-enclose-region to the Org configuration 2018-07-29 20:52:12 +02:00
46d7a1a731 Move functions from buf-manipulation.el to the Org config 2018-07-29 20:52:12 +02:00
c16ff8cbc0 Start moving to an Org-based config 2018-07-29 19:57:48 +02:00
a0df2bbc2b Set org-special-ctrl-a/e to true 2018-07-28 10:31:07 +02:00
0e35fb559c Enable web-mode engine detection 2018-07-25 15:38:22 +02:00
0300be5ca4 Add the emmet-mode package 2018-07-25 15:38:22 +02:00
6e1e28b50b Add the yasnippet-snippets package 2018-07-25 15:38:22 +02:00
81fb595ca8 Enable slash completition in the magit-status helm window 2018-07-25 07:38:47 +02:00
07487c356d Install the neotree package 2018-07-25 07:38:46 +02:00
469ac1ece4 Remove the fillcode package
I don’t use it, like ever.
2018-07-25 07:38:46 +02:00
64aaf20258 Add keyboard shortcut for whitespace-cleanup 2018-07-25 07:38:46 +02:00
bfbcb4750e Remove use-package pinning
It looks like use-package doesn’t support pinning anymore.
2018-07-25 07:38:46 +02:00
eeb501ce9e Move nil-or-list-of-strings-p to a separate package 2018-07-25 07:38:34 +02:00
2201f35f3f Make Company’s dabbrev backend case sensitive 2018-07-04 11:31:41 +02:00
22e5b05af3 Fix a docstring 2018-07-02 09:51:09 +02:00
6d3e1f56fc Use cl-subseq instead of subseq 2018-07-02 09:51:09 +02:00