Skip to content

Commit

Permalink
Remove defunct local patch for dash-at-point
Browse files Browse the repository at this point in the history
  • Loading branch information
purcell committed Aug 11, 2023
1 parent e4df223 commit 4bc86df
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions lisp/init-sql.el
Original file line number Diff line number Diff line change
Expand Up @@ -110,13 +110,6 @@ This command currently blocks the UI, sorry."
(display-buffer (current-buffer))
(user-error "EXPLAIN failed")))))))))


;; Submitted upstream as https://github.com/stanaka/dash-at-point/pull/28
(with-eval-after-load 'sql
(with-eval-after-load 'dash-at-point
(add-to-list 'dash-at-point-mode-alist '(sql-mode . "psql,mysql,sqlite,postgis"))))


(with-eval-after-load 'page-break-lines
(add-to-list 'page-break-lines-modes 'sql-mode))

Expand Down

0 comments on commit 4bc86df

Please sign in to comment.