From eeb68ce022f3b1387d607865a7293dca96c2eb59 Mon Sep 17 00:00:00 2001 From: fpi Date: Sun, 20 Feb 2022 18:22:19 +0100 Subject: Add new device --- emacs-init.org | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) (limited to 'emacs-init.org') diff --git a/emacs-init.org b/emacs-init.org index d388b47..a445d31 100644 --- a/emacs-init.org +++ b/emacs-init.org @@ -381,7 +381,10 @@ To support different settings on different devices storing some device informati #+begin_src emacs-lisp (setq fpi/current-device (system-name)) (setq fpi/devices - '(("pan" + '(("peter" + (:type desktop + :os win10)) + ("pan" (:type desktop :wm exwm)) ("xcarb" @@ -5314,15 +5317,6 @@ Support for HTML code blocks with proper syntax highlighting. See [[https://gith (advice-add 'eww-display-html :around 'eww-display-html--override-shr-external-rendering-functions)))) #+END_SRC -** Auto-Insert -#+begin_src emacs-lisp -(use-package autoinsert - :config - (define-auto-insert '("\\.sh\\'" . "Shell script skeleton") - '("" - "#!/usr/bin/env bash" \n \n)) - (auto-insert-mode 1)) -#+end_src ** Email For the setup of external mail specific programs see [[file:mail.org]]. *** Sending mail -- cgit v1.2.3