You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 21, 2024. It is now read-only.
;; Tell emacs where is your personal elisp lib dir
(add-to-list'load-path"~/.emacs.d/lisp/")
;; load the packaged named xyz.
(load"icinga2-mode") ;; best not to include the ending .el or .elc
But when I start emacs I am getting this error:
Symbol's value as variable is void: icinga2-mode-map
To ensure normal operation, you should investigate and remove the cause of the error in your initialization file. Start Emacs with the `--debug-init' option to view a complete error backtrace.
Hello, I added this to my init.el:
But when I start emacs I am getting this error:
Symbol's value as variable is void: icinga2-mode-map
To ensure normal operation, you should investigate and remove the cause of the error in your initialization file. Start Emacs with the `--debug-init' option to view a complete error backtrace.
Starting with --debug-init: