pkg update and first config fix
org-brain not working, add org-roam
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
;;; flyspell-correct.el --- Correcting words with flyspell via custom interface -*- lexical-binding: t; -*-
|
||||
;;
|
||||
;; Copyright (c) 2016-2021 Boris Buliga
|
||||
;; Copyright (c) 2016-2022 Boris Buliga
|
||||
;;
|
||||
;; Author: Boris Buliga <boris@d12frosted.io>
|
||||
;; URL: https://github.com/d12frosted/flyspell-correct
|
||||
@@ -171,6 +171,7 @@ of (command, word) to be used by `flyspell-do-correct'."
|
||||
"default")))
|
||||
(actions-title (format "Actions (Shortcut key %s)" flyspell-correct--cr-key))
|
||||
(metadata `(metadata
|
||||
(category . flyspell)
|
||||
(display-sort-function . ,#'identity)
|
||||
(cycle-sort-function . ,#'identity)
|
||||
(group-function
|
||||
|
||||
Reference in New Issue
Block a user