Thomas von Dein 3bea19f4e7 use modern version which-function-mode
This line made corfu popup completion in golang fail to initialize
because the function has not been found and the whole go-mode-hook
went dark. This only happened after the update to 29.1. Using the more
modern name fixes things and corfu works again.

This fixes https://github.com/minad/corfu/issues/354
2023-08-08 11:27:27 +02:00
2023-08-07 21:06:30 +02:00
2023-06-17 16:24:17 +02:00
2021-05-01 13:15:16 +02:00
2023-07-22 19:22:02 +02:00
2017-06-17 18:54:19 +02:00
2023-04-12 14:26:43 +02:00
2023-06-15 18:37:35 +02:00

My Personal Emacs Configuration

This is my personal emacs configuration. It is more than 20 years old and may contain obskure or outright nonsense code and customization.

I use this live whereever I use emacs. You may try it at your own risk or take a look as you wish.

Please be advised, that I'll not answer any issues or other requests for this repo.

You can read the HTML export of my OLD .emacs file here.

How it works

Check this repo out into ~/.emacs.d/.

The starting point is init.el, it configures some global things and initializes the package manager. It then loads every file in ~/.emacs.d/init/*.el, which are symlinks to the real load files.

In order to be able to force a particular load order, every symlink contains a number in its name.

To disable some module, just remove the symlink.

License

GPLv3

Description
No description provided
Readme BSD-2-Clause 1.1 MiB
Languages
Emacs Lisp 100%