This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-02-02
Channels
- # announcements (13)
- # architecture (18)
- # babashka (90)
- # beginners (80)
- # calva (35)
- # chlorine-clover (29)
- # cider (24)
- # clj-kondo (4)
- # cljfx (3)
- # clojure (60)
- # clojure-australia (2)
- # clojure-europe (60)
- # clojure-france (2)
- # clojure-germany (3)
- # clojure-italy (4)
- # clojure-nl (84)
- # clojure-norway (7)
- # clojure-uk (53)
- # clojurescript (54)
- # clojureverse-ops (1)
- # community-development (6)
- # conjure (1)
- # contributions-welcome (1)
- # cursive (12)
- # datomic (1)
- # fulcro (16)
- # garden (61)
- # girouette (1)
- # graalvm (14)
- # hugsql (1)
- # instaparse (5)
- # jobs-discuss (11)
- # keechma (1)
- # lambdaisland (3)
- # off-topic (20)
- # pathom (1)
- # re-frame (3)
- # reitit (2)
- # releases (1)
- # remote-jobs (2)
- # reveal (11)
- # shadow-cljs (58)
- # spacemacs (5)
- # sql (3)
- # startup-in-a-month (1)
- # vim (2)
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 timeI’d like to learn to program in emacs. Any online material or book to recommend?
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
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.
Do you know of material that teach the fundamentals of emacs programming?