Fork me on GitHub
#spacemacs
<
2021-02-02
>
Alexis Vincent19:02:44

Hi there. Whats the correct way to add

(use-package doom-modeline
		:ensure t
		:init (doom-modeline-mode 1))
equivalent to spacemacs? I popped the above into my user-config with doom-modeline also in spacemacs-additional-packages and it seems to reinstall doom-modeline every time

Yehonathan Sharvit20:02:46

I’d like to learn to program in emacs. Any online material or book to recommend?

practicalli-johnny20:02:18

There is an Emacs Lisp track on http://Exercism.io but havent tried it yet https://exercism.io/tracks/emacs-lisp Otherwise I'd probably start with the Emacs manual and reference guides https://www.gnu.org/software/emacs/documentation.html

Yehonathan Sharvit22:02:04

Thank you @U05254DQM. The emacs-lisp track is only about the language itself. I am looking for something that teaches the editor related concepts (buffer, frame, point etc..) in a digestible way. The Emacs manual is a bit too detailed and I get lost in the details.

Yehonathan Sharvit13:02:36

Do you know of material that teach the fundamentals of emacs programming?