mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-06 02:30:33 -08:00
Remove deprecated set! & def-setting! macros
This commit is contained in:
parent
9f249de569
commit
b56639e31b
17 changed files with 0 additions and 170 deletions
|
|
@ -1,15 +1,5 @@
|
|||
;;; tools/ein/autoload.el -*- lexical-binding: t; -*-
|
||||
|
||||
;; FIXME obsolete :ein-notebook-dir
|
||||
;;;###autoload
|
||||
(def-setting! :ein-notebook-dir (dir)
|
||||
"Set the default directory from where to open Jupyter notebooks."
|
||||
`(setq ein:jupyter-default-notebook-directory ,dir))
|
||||
|
||||
|
||||
;;
|
||||
;; Library
|
||||
|
||||
(defun +ein--collect-ein-buffer-links ()
|
||||
(let ((end (window-end))
|
||||
points)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue