Skip to content

Commit

Permalink
nit: correct typos
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Nov 25, 2023
1 parent 81c0441 commit de4184f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions core/me-core-ui.el
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@
(dashboard-projects-backend 'project-el)
(dashboard-startup-banner (concat minemacs-assets-dir "images/minemacs.png"))
:config
;; Ensure setting the keybindings before openning the dashboard
;; Ensure setting the keybindings before opening the dashboard
(evil-collection-dashboard-setup)

;; Avoid openning the dashboard when Emacs starts with an open file.
;; Avoid opening the dashboard when Emacs starts with an open file.
(unless (cl-some #'buffer-file-name (buffer-list))
(dashboard-open)))

Expand Down
2 changes: 1 addition & 1 deletion modules/me-lsp.el
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
:after dap-mode
:demand t
:custom
(dap-python-debugger 'debugpy)) ; the default `ptvsd' has beed depracated
(dap-python-debugger 'debugpy)) ; the default `ptvsd' has been deprecated

(use-package dap-mouse
:after dap-mode
Expand Down

0 comments on commit de4184f

Please sign in to comment.