Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gendl
gendl
Commits
41c8cab5
Commit
41c8cab5
authored
Oct 26, 2022
by
Dave Cooper
Browse files
pulled after merge had to fix
parents
305eb697
70634032
Pipeline
#7235
passed with stages
in 5 minutes and 45 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
base/source/start.lisp
View file @
41c8cab5
...
...
@@ -81,7 +81,6 @@
;;
(
defun
start-gdl!
(
&rest
args
)
(
apply
#'
start-gendl!
args
))
(
defun
load-gdl-init-files
()
(
let*
((
user-homedir
(
user-homedir-pathname
))
(
current-directory
(
glisp:current-directory
))
...
...
emacs/gdl.el
View file @
41c8cab5
...
...
@@ -240,8 +240,6 @@
(
slime-repl-return
))
(
defvar
gdl-startup-string
nil
)
(
setq
gdl-startup-string
"(gdl:start-gdl!)"
)
(
setq
gdl-startup-string
"(gendl::startup-banner)(gdl:start-gdl!)"
)
...
...
@@ -266,8 +264,6 @@
(
slime-repl-return
)))
(
defun
set-slime-shortcuts
()
"Set keybindings for switching to slime buffers"
(
interactive
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment