From b3e4197278a3216bfebe5d566a92c52ff73236d8 Mon Sep 17 00:00:00 2001 From: xerus2000 <27jf@pm.me> Date: Fri, 23 Oct 2020 13:57:26 +0200 Subject: [PATCH] config/doom: enable more init modules --- .config/doom/config.el | 9 +++++---- .config/doom/init.el | 16 ++++++++-------- 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/.config/doom/config.el b/.config/doom/config.el index 31cd58b..0b8e7a3 100644 --- a/.config/doom/config.el +++ b/.config/doom/config.el @@ -58,16 +58,17 @@ ; ORG -(require 'org) - -(setq org-image-actual-width 300) - (defvar user-data-dir "~/data" "Location of the main user data") +(setq org-image-actual-width 200) + +(set-file-template! 'org-mode :ignore t) + ;; If you use `org' and don't want your org files in the default location below, ;; change `org-directory'. It must be set before org loads! (let ((default-directory user-data-dir)) (setq org-directory (expand-file-name "1-projects")) + (require 'org) (setq org-agenda-files (apply 'append (mapcar (lambda (directory) diff --git a/.config/doom/init.el b/.config/doom/init.el index 82490b3..193589b 100644 --- a/.config/doom/init.el +++ b/.config/doom/init.el @@ -33,7 +33,7 @@ ;;fill-column ; a `fill-column' indicator hl-todo ; highlight TODO/FIXME/NOTE/DEPRECATED/HACK/REVIEW ;;hydra - ;;indent-guides ; highlighted indent columns + indent-guides ; highlighted indent columns ;;ligatures ; ligatures and symbols to make your code pretty again ;;minimap ; show a map of the code on the side modeline ; snazzy, Atom-inspired modeline, plus API @@ -48,7 +48,7 @@ vi-tilde-fringe ; fringe tildes to mark beyond EOB ;;window-select ; visually switch windows workspaces ; tab emulation, persistence & separate workspaces - ;;zen ; distraction-free coding or writing + zen ; distraction-free coding or writing :editor (evil +everywhere); come to the dark side, we have cookies @@ -87,16 +87,16 @@ ;;debugger ; FIXME stepping through code, to help you add bugs ;;direnv ;;docker - ;;editorconfig ; let someone else argue about tabs vs spaces + editorconfig ; let someone else argue about tabs vs spaces ;;ein ; tame Jupyter notebooks with emacs (eval +overlay) ; run code, run (also, repls) ;;gist ; interacting with github gists lookup ; navigate your code and its documentation ;;lsp magit ; a git porcelain for Emacs - ;;make ; run make tasks from Emacs - ;;pass ; password manager for nerds - ;;pdf ; pdf enhancements + make ; run make tasks from Emacs + pass ; password manager for nerds + pdf ; pdf enhancements ;;prodigy ; FIXME managing external services & code builders ;;rgb ; creating color strings ;;taskrunner ; taskrunner for all your projects @@ -106,7 +106,7 @@ :os (:if IS-MAC macos) ; improve compatibility with macOS - ;;tty ; improve the terminal Emacs experience + tty ; improve the terminal Emacs experience :lang ;;agda ; types of types of types of types... @@ -133,7 +133,7 @@ ;;idris ; json ; At least it ain't XML (java +meghanada) ; the poster child for carpal tunnel syndrome - ;;javascript ; all(hope(abandon(ye(who(enter(here)))))) + javascript ; all(hope(abandon(ye(who(enter(here)))))) ;;julia ; a better, faster MATLAB kotlin ; a better, slicker Java(Script) latex ; writing papers in Emacs has never been so fun