Skip to content

Commit

Permalink
Require disp-table before attempting to acces standard-display-table
Browse files Browse the repository at this point in the history
  • Loading branch information
ndw committed May 19, 2021
1 parent afb6b15 commit faa9c93
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nano-layout.el
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
;; along with this program. If not, see <http://www.gnu.org/licenses/>.
;; ---------------------------------------------------------------------

(require 'disp-table)

(setq default-frame-alist
(append (list
'(font . "Roboto Mono:style=Light:size=14")
Expand Down

0 comments on commit faa9c93

Please sign in to comment.