aboutsummaryrefslogtreecommitdiff
path: root/emacs/.emacs.d/lisp/my/my-mariadb.el
diff options
context:
space:
mode:
authorYuchen Pei <id@ypei.org>2023-06-27 19:53:06 +1000
committerYuchen Pei <id@ypei.org>2023-06-27 19:53:06 +1000
commit002c98545eb799b2293ee98459d534339739b032 (patch)
treedd58eeddee67258f02431f7de1533ef85f17d27d /emacs/.emacs.d/lisp/my/my-mariadb.el
parent4edc5f34347efbc4422947bde97f95918d29229e (diff)
buncha changes
- add gdbinit - attempt to fix tempel in eglot (not working) - add qutebrowser to hmm browser - allow find file to open file:line_no
Diffstat (limited to 'emacs/.emacs.d/lisp/my/my-mariadb.el')
-rw-r--r--emacs/.emacs.d/lisp/my/my-mariadb.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/emacs/.emacs.d/lisp/my/my-mariadb.el b/emacs/.emacs.d/lisp/my/my-mariadb.el
index bc91856..a74cceb 100644
--- a/emacs/.emacs.d/lisp/my/my-mariadb.el
+++ b/emacs/.emacs.d/lisp/my/my-mariadb.el
@@ -37,7 +37,6 @@
(sql-send-buffer)))
(defun my-gdb-maria ()
- (require 'ycp-gdb)
(interactive)
(when (and (buffer-live-p gud-comint-buffer)
(get-buffer-process gud-comint-buffer))
@@ -52,7 +51,6 @@
(project-root (project-current t)))))))
(defun my-gdb-maria-spider ()
- (require 'ycp-gdb)
(interactive)
(when (and (buffer-live-p gud-comint-buffer)
(get-buffer-process gud-comint-buffer))