pkg update and first config fix
org-brain not working, add org-roam
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
;;; flyspell-correct-ido.el --- Correcting words with flyspell via ido 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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
(define-package "flyspell-correct" "20210724.1042" "Correcting words with flyspell via custom interface"
|
||||
(define-package "flyspell-correct" "20220520.630" "Correcting words with flyspell via custom interface"
|
||||
'((emacs "24"))
|
||||
:commit "2e098db03cba74149257e31213097d043780e80a" :authors
|
||||
:commit "7d7b6b01188bd28e20a13736ac9f36c3367bd16e" :authors
|
||||
'(("Boris Buliga" . "boris@d12frosted.io"))
|
||||
:maintainer
|
||||
'("Boris Buliga" . "boris@d12frosted.io")
|
||||
|
||||
@@ -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