From 6e1112a58e9dddd964afc27914102d1676baed93 Mon Sep 17 00:00:00 2001 From: Christopher James Hayward Date: Mon, 14 Mar 2022 14:06:26 -0400 Subject: [PATCH] Remove pulsar support - no TUI integration --- README.org | 24 ------------------------ modules/emacs.nix | 2 -- 2 files changed, 26 deletions(-) diff --git a/README.org b/README.org index c1577ef..24a7ec1 100644 --- a/README.org +++ b/README.org @@ -1082,7 +1082,6 @@ let # User interface packages. <> - <> <> <> <> @@ -1161,7 +1160,6 @@ When Emacs is started, it normally tries to load a Lisp program from an ititiali ;; User interface. <> -<> <> <> <> @@ -2464,28 +2462,6 @@ epkgs.ivy-prescient (ivy-prescient-mode +1) #+END_SRC -** Pulsar - -#+NAME: emacs-pulsar-package -#+BEGIN_SRC nix -# TODO: Add from package repository. -# epkgs.pulsar -#+END_SRC - -[[https://protesilaos.com/emacs/pulsar][Pulsar]] is a simple package that temporarily highlights the current line after a given function is invoked. It's built on the =pulse.el= library which is included with core [[https://gnu.org/software/emacs/][GNU/Emacs]]. - -*NOTE:* At the moment the package is not available in any of the package repositories, and as such must be added manually. The configuration expects the project to reside in =$HOME/.local/source/pulsar=. Clone it with the following command: ~git clone https://gitlab.com/protesilaos/pulsar.git $HOME/.local/source/pulsar~. - -#+NAME: emacs-pulsar-elisp -#+BEGIN_SRC emacs-lisp -;; Required for local repository. -(add-to-list 'load-path "~/.local/source/pulsar") - -;; Configure `pulsar'. -(require 'pulsar) -(pulsar-setup) -#+END_SRC - ** Transparency It's possible to control the frame opacity in [[https://gnu.org/software/emacs/][GNU/Emacs]]. Unlike other transparency hacks, it's not merely showing the desktop background image, but is true transparency -- you can see other windows behind the Emacs window. diff --git a/modules/emacs.nix b/modules/emacs.nix index fe5615b..97dbc89 100644 --- a/modules/emacs.nix +++ b/modules/emacs.nix @@ -62,8 +62,6 @@ let epkgs.ivy-rich epkgs.ivy-posframe epkgs.ivy-prescient - # TODO: Add from package repository. - # epkgs.pulsar epkgs.desktop-environment epkgs.doom-themes epkgs.doom-modeline