From 899e74af8eac4f490e8db6b31c376f49710a97bf Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Wed, 8 Feb 2023 19:00:29 +0200 Subject: emacs: Add todo's --- .emacs.d/emacs.org | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) (limited to '.emacs.d') diff --git a/.emacs.d/emacs.org b/.emacs.d/emacs.org index 319f9ea..db546cd 100644 --- a/.emacs.d/emacs.org +++ b/.emacs.d/emacs.org @@ -1,10 +1,9 @@ #+TITLE: Emacs Configuration #+PROPERTY: header-args :tangle test.el #+auto_tangle: t +#+STARTUP: show2levels -* TODO Setting up -Packages - +* TODO Setting up Packages #+begin_src emacs-lisp (require 'package) ;; recheck | Add custon snippets to my path @@ -18,9 +17,9 @@ Packages (setq custom-file (concat user-emacs-directory "/custom.el")) #+end_src ** Setup for GuixSD machines -We check ~$HOSTNAME~ if it's one of my devices running GuixSD, if ~t~ -we use ~guix-emacs-autoload-packages~ to load emacs packages installed using guix -/If you are running guix, change the following hostnames ~fsociety~ or ~heisenberg~ to your own/ +We check the ~$HOSTNAME~, if it's one of my devices running GuixSD. +we use ~guix-emacs-autoload-packages~ to load emacs packages installed using guix if ~t~ ++ If you are running GuixSD, replace the following hostnames ~fsociety~ or ~heisenberg~ with your own ~$HOSTNAME~ #+begin_src emacs-lisp (when (or (string= (system-name) "fsociety") (string= (system-name) "heisenberg")) @@ -112,10 +111,10 @@ Install missing packages (package-install 'use-package)) #+end_src -* TODO Function -* TODO email-module -* TODO keys.el -* TODO all-the-icons-dired.el -* TODO org-config -* UI Settings -** Basic UI +* TODO UI Settings +** TODO Basic UI +** TODO all-the-icons-dired.el +* TODO Functions +* TODO mu4e setup | Email configuration +* TODO Custom key-bindings +* TODO Org-mode Configuration -- cgit v1.2.3