Skip to content

org-cycle and org-shifttab stop working after updating #7

@ram535

Description

@ram535

It was working before updating.

My config:

(use-package nov
  :init
  (add-to-list 'auto-mode-alist '("\\.epub\\'" . nov-mode))
  :general
  (:states 'normal
           :keymaps 'nov-mode-map
           "TAB" 'org-cycle
           "C-<tab>" 'org-shifttab))

(use-package shrface
  :after shr
  :straight (shrface :type git :host github :repo "chenyanming/shrface")
  :custom
  (shrface-paragraph-indentation 2)
  (shrface-paragraph-fill-column 80)
  :config
   (shrface-basic)
    (shrface-trial)
  (with-eval-after-load 'nov 
    (setq nov-shr-rendering-functions (append nov-shr-rendering-functions shr-external-rendering-functions))))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions