Browse Source

* init.el: added org module tempo (easy templates)

master
marc 4 years ago
parent
commit
8c4dc23baf
1 changed files with 2 additions and 1 deletions
  1. 3
      init.org

3
init.org

@ -312,6 +312,7 @@ Some windows specific stuff
:config
(setq org-modules (quote (org-id
org-habit
org-tempo ;; easy templates
)))
(setq org-default-notes-file (concat MY--PATH_ORG_FILES "notes.org")
org-agenda-files (list MY--PATH_ORG_FILES
@ -737,7 +738,7 @@ Manage projects and jump quickly between its files
:PROPERTIES:
:ID: 5649b885-839f-48db-8b4f-8d594df7ebd8
:END:
apt install npm
sudo npm install -g vscode-html-languageserver-bin
evtl alternativ typescript-language-server?

Loading…
Cancel
Save