add idea to use general in the future

This commit is contained in:
Peter Tillemans 2024-07-30 20:48:27 +02:00
parent 752611483a
commit eff3d1af08

View file

@ -509,9 +509,6 @@ Enables and configures Yasnippet, a template system for Emacs:
(yas-global-mode 1)) (yas-global-mode 1))
#+END_SRC #+END_SRC
#+RESULTS:
: [nil 26279 35446 711851 nil elpaca-process-queues nil nil 81000 nil]
*** Enable LLM access with Ellama *** Enable LLM access with Ellama
Configures access to language models using Ellama. I don't know Configures access to language models using Ellama. I don't know
whether to put it under writing, comms or programming as it is equally whether to put it under writing, comms or programming as it is equally
@ -540,9 +537,6 @@ whether to put it under writing, comms or programming as it is equally
(message "Ellama is available")) (message "Ellama is available"))
#+END_SRC #+END_SRC
#+RESULTS:
: [nil 26280 51581 64425 nil elpaca-process-queues nil nil 916000 nil]
It seems the *gpt-4o* model provides better responses. I should It seems the *gpt-4o* model provides better responses. I should
investigate local models more. investigate local models more.
@ -1721,4 +1715,11 @@ Indicates the ~init.el~ file is provided by and ends here:
(provide 'init) (provide 'init)
;;; init.el ends here ;;; init.el ends here
#+END_SRC #+END_SRC
* Future
** TODO Decide about general keybindings.
The *general* package offers enhanced support for *evil* keybindings,
notably it integrates with *use-package* to define keybindings which
will load the package if not loaded yet.
It considerably streamlines managing evil bindings so it should offer
enough value but I just removed it, so it'll have to wait a bit.