Skip to content

Commit

Permalink
Fix typo: connst -> const
Browse files Browse the repository at this point in the history
  • Loading branch information
duianto committed Mar 29, 2021
1 parent aabd3bc commit eaf2e93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/core-dotspacemacs.el
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ can be toggled through `toggle-transparency'."
"If non nil unicode symbols are displayed in the mode-line (eg. for lighters).
If you use Emacs as a daemon and wants unicode characters only in GUI set
the value to quoted `display-graphic-p'. (default t)"
'(choice boolean (connst display-graphic-p))
'(choice boolean (const display-graphic-p))
'spacemacs-dotspacemacs-init)

(spacemacs|defc dotspacemacs-smooth-scrolling t
Expand Down

0 comments on commit eaf2e93

Please sign in to comment.