From 4d74a407c4343c8919631596b3f89c7ce575c71e Mon Sep 17 00:00:00 2001 From: jao Date: Wed, 9 Mar 2022 20:42:14 +0000 Subject: typo and nit --- init.org | 2 +- lib/net/jao-mullvad.el | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/init.org b/init.org index 299b718..4407c8a 100644 --- a/init.org +++ b/init.org @@ -222,7 +222,7 @@ *** Transient #+begin_src emacs-lisp (use-package transient - :init (setq transient-show-popup 2.0) + :init (setq transient-show-popup t) ;; 2.0 :demand t :config (transient-bind-q-to-quit)) diff --git a/lib/net/jao-mullvad.el b/lib/net/jao-mullvad.el index c76af33..acedeb8 100644 --- a/lib/net/jao-mullvad.el +++ b/lib/net/jao-mullvad.el @@ -1,6 +1,6 @@ ;;; jao-mullvad.el --- Calling the mullvad cli -*- lexical-binding: t; -*- -;; Copyright (C) 2021 jao +;; Copyright (C) 2021, 2022 jao ;; Author: jao ;; Keywords: processes @@ -43,7 +43,7 @@ ;;;###autoload (defun jao-mullvad-mode () - "A very simple mode to show the output of mulvad commands." + "A very simple mode to show the output of mullvad commands." (interactive) (kill-all-local-variables) (buffer-disable-undo) -- cgit v1.2.3