Remove vestigial mentions of the :feature category

It was removed long, long ago.
This commit is contained in:
Henrik Lissner 2021-03-06 00:32:28 -05:00
parent 7b07e612b4
commit 87e209badc
3 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@
;;;###autoload ;;;###autoload
(defun +twitter-display-buffer-fn (buf) (defun +twitter-display-buffer-fn (buf)
"A replacement display-buffer command for `twittering-pop-to-buffer-function' "A replacement display-buffer command for `twittering-pop-to-buffer-function'
that works with the feature/popup module." that works with the ui/popup module."
(let ((win (selected-window))) (let ((win (selected-window)))
(display-buffer buf) (display-buffer buf)
;; This is required because the new window generated by `pop-to-buffer' ;; This is required because the new window generated by `pop-to-buffer'

View file

@ -1,4 +1,4 @@
#+TITLE: feature/evil #+TITLE: editor/evil
#+DATE: February 2, 2017 #+DATE: February 2, 2017
#+SINCE: v2.0 #+SINCE: v2.0
#+STARTUP: inlineimages nofold #+STARTUP: inlineimages nofold

View file

@ -1,4 +1,4 @@
;;; feature/workspaces/autoload/workspaces.el -*- lexical-binding: t; -*- ;;; ui/workspaces/autoload/workspaces.el -*- lexical-binding: t; -*-
(defvar +workspace--last nil) (defvar +workspace--last nil)
(defvar +workspace--index 0) (defvar +workspace--index 0)