Skip to content

Instantly share code, notes, and snippets.

@AmirHooshangi
Created December 21, 2019 17:10
Show Gist options
  • Save AmirHooshangi/90b84411cc7cf108f1196b7da7205fbd to your computer and use it in GitHub Desktop.
Save AmirHooshangi/90b84411cc7cf108f1196b7da7205fbd to your computer and use it in GitHub Desktop.
error
Debugger entered--Lisp error: (void-function ivy-configure)
ivy-configure(swiper-query-replace :update-fn swiper--query-replace-updatefn)
byte-code("\300\301\302\303#\210\304\301\305\306#\207" [ivy-configure swiper-query-replace :update-fn swiper--query-replace-updatefn put no-counsel-M-x t] 4)
require(swiper)
byte-code("\300\301!\210\300\302!\210\300\303!\207" [require swiper compile dired] 2)
require(counsel)
(progn "Completion using ivy." (require 'ivy) (require 'counsel) (ivy-mode 1) (setq ivy-use-virtual-buffers t) (setq enable-recursive-minibuffers t) (global-set-key (kbd "M-x") 'counsel-M-x) (global-set-key (kbd "<f1> f") 'counsel-describe-function) (global-set-key (kbd "<f1> v") 'counsel-describe-variable) (global-set-key (kbd "<f1> l") 'counsel-find-library) (global-set-key (kbd "C-c k") 'counsel-ag) (global-set-key (kbd "C-c C-r") 'ivy-resume))
(if (null (delq t (mapcar 'active-ability\? 'nil))) (progn "Completion using ivy." (require 'ivy) (require 'counsel) (ivy-mode 1) (setq ivy-use-virtual-buffers t) (setq enable-recursive-minibuffers t) (global-set-key (kbd "M-x") 'counsel-M-x) (global-set-key (kbd "<f1> f") 'counsel-describe-function) (global-set-key (kbd "<f1> v") 'counsel-describe-variable) (global-set-key (kbd "<f1> l") 'counsel-find-library) (global-set-key (kbd "C-c k") 'counsel-ag) (global-set-key (kbd "C-c C-r") 'ivy-resume)))
(if (active-ability\? (intern "ivy")) (if (null (delq t (mapcar 'active-ability\? 'nil))) (progn "Completion using ivy." (require 'ivy) (require 'counsel) (ivy-mode 1) (setq ivy-use-virtual-buffers t) (setq enable-recursive-minibuffers t) (global-set-key (kbd "M-x") 'counsel-M-x) (global-set-key (kbd "<f1> f") 'counsel-describe-function) (global-set-key (kbd "<f1> v") 'counsel-describe-variable) (global-set-key (kbd "<f1> l") 'counsel-find-library) (global-set-key (kbd "C-c k") 'counsel-ag) (global-set-key (kbd "C-c C-r") 'ivy-resume))))
(lambda nil "Base plugin initialization." (if (eq system-type 'darwin) (progn (message "Running on the stupid macOS X.") (exec-path-from-shell-initialize))) (require 'all-the-icons) (require 'cheatsheet) (require 'extensions/editor/utils) (add-to-list 'custom-theme-load-path (concat fg42-home "/lib/themes/custom_themes")) (if (is-evil\?) (progn (require 'evil) (evil-mode 1))) (if (is-human\?) (progn (cua-mode 'emacs) (cua-selection-mode t) (setq cua-auto-tabify-rectangles nil) (transient-mark-mode 1))) (setq delete-old-versions t) (add-to-list 'default-frame-alist '(font . "Fira Mono")) (set-face-attribute 'default t :font "Fira Mono") (cheatsheet-add :group '--HELP-- :key "C-?" :description "Show this cheatsheet") (cheatsheet-add :group '--Navigation-- :key "M-f" :description "Move a word to right") (cheatsheet-add :group '--Navigation-- :key "M-b" :description "Move a word to left") (cheatsheet-add :group '--Navigation-- :key "M-{" :description "Move back a paragraph") (cheatsheet-add :group '--Navigation-- :key "M-}" :description "Move forward by a paragraph") (global-set-key (kbd "C-?") 'cheatsheet-show) (global-set-key (kbd "M-1") 'avy-goto-word-or-subword-1) (cheatsheet-add :group '--Navigation-- :key "M-1" :description "Jump to the a word or subword in the buffer") (setq inhibit-splash-screen t) (setq initial-scratch-message nil) (if (active-ability\? (intern "highligh-current-line")) (if (null (delq t (mapcar 'active-ability\? 'nil))) (progn "Highlights the current line." (global-hl-line-mode t)))) (if (active-ability\? (intern "flycheck")) (if (null (delq t (mapcar 'active-ability\? 'nil))) (progn "Check syntax on the fly using flycheck." (require 'flycheck) (add-hook 'prog-mode-hook 'global-flycheck-mode) (add-hook 'after-init-hook 'global-flycheck-mode)))) (if (active-ability\? (intern "spaceline")) (if (null (delq t (mapcar 'active-ability\? '(flycheck)))) (progn "A really cool mode line alternative which borrowed from awesome spacemacs" (require 'spaceline-config) (require 'extensions/editor/spaceline-alt) (spaceline-define-segment lxdrive "lxdrive indicator on spaceline." (if (and (boundp 'lxdrive-minor-mode) lxdrive-minor-mode) (all-the-icons-faicon "arrows" :height 0.8 :v-adjust 0.15 :face 'all-the-icons-lgreen) (all-the-icons-faicon "pencil" :height 0.8 :v-adjust 0.15)) :tight t) (spaceline-compile "ati" '(((lxdrive) :face highlight-face :skip-alternate t) ((ati-projectile ati-mode-icon ati-buffer-id) :face default-face) ((ati-process ati-region-info) :face highlight-face :separator " | ") ((ati-modified ati-window-numbering ati-buffer-size ati-position) :face highlight-face :skip-alternate t) ((ati-flycheck-status ati- (point) ackage-updates purpose) :separator " | " :face other-face)) '(((ati-vc-icon " ") :face default-face :skip-alternate t :tight t))) (setq-default mode-line-format '("%e" (:eval (spaceline-ml-ati))))))) (global-set-key (kbd "C-<tab>") 'ace-window) (setq aw-keys '(97 115 100 102 103 104 106 107 108)) (if (active-ability\? (intern "tramp")) (if (null (delq t (mapcar 'active-ability\? 'nil))) (progn (setq tramp-default-method "ssh") (cheatsheet-add :group '--EDITOR-- :key "f9" :description "Open up your todo file. checkout `fg42-todo-file` var and `fg42-open-todo` function.") (global-set-key [f9] 'fg42-open-todo)))) (global-unset-key (kbd "C-o")) (global-unset-key (kbd "C-v")) (cheatsheet-add :group '--EDITOR-- :key "C-s-n" :description "Move a paragraph forward") (cheatsheet-add :group '--EDITOR-- :key "C-s-p" :description "Move a paragraph backward") (global-set-key (kbd "C-s-n") 'forward-paragraph) (global-set-key (kbd "C-s-p") 'backward-paragraph) (global-set-key (kbd "C-c M-s") 'replace-string) (global-set-key (kbd "\003 m") 'menu-bar-mode) (global-set-key (kbd "<f2>") 'goto-line) (global-set-key (kbd "M-TAB") 'switch-to-previous-buffer) (global-set-key (kbd "M-`") 'switch-to-favorite-buffer) (setq-default indent-tabs-mode nil) (if (active-ability\? (intern "nlinum")) (if (null (delq t (mapcar 'active-ability\? 'nil))) (progn "Faster alternative to linum-mode" (require 'nlinum) (setq nlinum-highlight-current-line t) (global-nlinum-mode t)))) (setq tab-width 2) (add-hook 'before-save-hook 'delete-trailing-whitespace) (tool-bar-mode -1) (scroll-bar-mode -1) (setq x-select-enable-clipboard t) (column-number-mode t) (if (active-ability\? (intern "linum")) (if (null (delq t (mapcar 'active-ability\? 'nil))) (progn "Line numbering ability" (global-linum-mode) (setq linum-format " %3d ")))) (if (active-ability\? (intern "hide-menu")) (if (null (delq t (mapcar 'active-ability\? 'nil))) (progn "Hides the emacs menu completely." (menu-bar-mode -1)))) (show-paren-mode t) (cua-selection-mode t) (if (active-ability\? (intern "thin-cursor")) (if (null (delq t (mapcar 'active-ability\? 'nil))) (progn (setq-default cursor-type 'bar)))) (if (active-ability\? (intern "nonblinker-cursor")) (if (null (delq t (mapcar 'active-ability\? 'nil))) (progn (blink-cursor-mode -1)))) (global-set-key (kbd "C-=") 'er/expand-region) (global-set-key (kbd "C->") 'mc/mark-next-like-this) (global-set-key (kbd "C-<") 'mc/mark-previous-like-this) (global-set-key (kbd "C-c C-SPC ") 'mc/mark-all-like-this) (define-key global-map (kbd "C-<f5>") 'fg42-reload) (global-set-key (kbd "C--") 'hs-toggle-hiding) (hs-minor-mode) (if (active-ability\? (intern "guru")) (if (null (delq t (mapcar 'active-ability\? 'nil))) (progn (require 'guru-mode) (guru-global-mode 1)))) (if (active-ability\? (intern "ido")) (if (null (delq t (mapcar 'active-ability\? 'nil))) (progn (require 'ido) (require 'flx-ido) (require 'ido-vertical-mode) (ido-everywhere t) (require 'ido-completing-read+) (ido-ubiquitous-mode 1) (ido-mode t) (smex-initialize) (global-set-key (kbd "M-x") 'smex) (flx-ido-mode 1) (setq ido-use-faces nil) (setq ido-use-filename-at-point nil) (setq ido-enable-flex-matching t) (ido-vertical-mode 1)))) (if (active-ability\? (intern "ivy")) (if (null (delq t (mapcar 'active-ability\? 'nil))) (progn "Completion using ivy." (require 'ivy) (require 'counsel) (ivy-mode 1) (setq ivy-use-virtual-buffers t) (setq enable-recursive-minibuffers t) (global-set-key (kbd "M-x") 'counsel-M-x) (global-set-key (kbd "<f1> f") 'counsel-describe-function) (global-set-key (kbd "<f1> v") 'counsel-describe-variable) (global-set-key (kbd "<f1> l") 'counsel-find-library) (global-set-key (kbd "C-c k") 'counsel-ag) (global-set-key (kbd "C-c C-r") 'ivy-resume)))) (if (active-ability\? (intern "swiper")) (if (null (delq t (mapcar 'active-ability\? '(ivy)))) (progn "Replace default isearch with swiper" (global-set-key "\023" 'swiper) (global-set-key "\022" 'swiper)))) (if (active-ability\? (intern "tabbar")) (if (null (delq t (mapcar 'active-ability\? 'nil))) (progn (tabbar-mode 1)))) (if (active-ability\? (intern "helm")) (if (null (delq t (mapcar 'active-ability\? 'nil))) (progn "Helm is an emacs incremental completion and selection narrowing framework" (require 'helm) (require 'helm-flx) (global-set-key (kbd "C-c h") 'helm-command-prefix) (global-set-key (kbd "M-x") 'helm-M-x) (global-set-key (kbd "C-x C-f") 'helm-find-files) (global-unset-key (kbd "C-x c")) (define-key helm-map (kbd "<tab>") 'helm-execute-persistent-action) (define-key helm-map (kbd "C-i") 'helm-execute-persistent-action) (define-key helm-map (kbd "C-z") 'helm-select-action) (if (executable-find "curl") (progn (setq helm-google-suggest-use-curl-p t))) (setq helm-split-window-in-side-p t helm-move-to-line-cycle-in-source t helm-ff-search-library-in-sexp t helm-scroll-amount 8 helm-ff-file-name-history-use-recentf t) (setq helm-flx-for-helm-find-files t helm-flx-for-helm-locate t) (helm-flx-mode 1) (helm-mode 1)))) (if (active-ability\? (intern "desktop-mode")) (if (null (delq t (mapcar 'active-ability\? 'nil))) (progn "Save your current working buffers and restore later" (desktop-save-mode 1)))) (if (active-ability\? (intern "emoji")) (if (null (delq t (mapcar 'active-ability\? 'nil))) (progn "Adds support for emoji support in FG42. (github style)" (require 'emojify) (add-hook 'after-init-hook (function global-emojify-mode))))) (set-fontset-font "fontset-default" (cons (decode-char 'ucs 1575) (decode-char 'ucs 1609)) "Vazir") (set-fontset-font "fontset-default" (cons (decode-char 'ucs 65165) (decode-char 'ucs 65264)) "Vazir") (set-fontset-font "fontset-default" (cons (decode-char 'ucs 1614) (decode-char 'ucs 1705)) "Vazir") (set-fontset-font "fontset-default" (cons (decode-char 'ucs 1776) (decode-char 'ucs 160)) "Vazir") (if (active-ability\? (intern "backup-files")) (if (null (delq t (mapcar 'active-ability\? 'nil))) (progn (if (file-directory-p "~/.backup") (setq backup-directory-alist '(("~/.backup"))) (make-directory "~/.backup")) (setq backup-by-copying t)))) (if (active-ability\? (intern "versioned-backup")) (if (null (delq t (mapcar 'active-ability\? '('backup-files)))) (progn (setq delete-old-versions t) (setq version-control t) (setq kept-new-versions 3) (setq kept-old-versions 2)))) (defalias 'yes-or-no-p 'y-or-n-p) (setup-utils) (setq my-path (file-name-directory load-file-name)) (require 'extensions/editor/version) (require 'extensions/editor/about) (require 'extensions/editor/custom) (require 'extensions/editor/session-management) (require 'extensions/editor/lxdrive-mode) (require 'extensions/editor/lxmodeline))()
funcall((lambda nil "Base plugin initialization." (if (eq system-type 'darwin) (progn (message "Running on the stupid macOS X.") (exec-path-from-shell-initialize))) (require 'all-the-icons) (require 'cheatsheet) (require 'extensions/editor/utils) (add-to-list 'custom-theme-load-path (concat fg42-home "/lib/themes/custom_themes")) (if (is-evil\?) (progn (require 'evil) (evil-mode 1))) (if (is-human\?) (progn (cua-mode 'emacs) (cua-selection-mode t) (setq cua-auto-tabify-rectangles nil) (transient-mark-mode 1))) (setq delete-old-versions t) (add-to-list 'default-frame-alist '(font . "Fira Mono")) (set-face-attribute 'default t :font "Fira Mono") (cheatsheet-add :group '--HELP-- :key "C-?" :description "Show this cheatsheet") (cheatsheet-add :group '--Navigation-- :key "M-f" :description "Move a word to right") (cheatsheet-add :group '--Navigation-- :key "M-b" :description "Move a word to left") (cheatsheet-add :group '--Navigation-- :key "M-{" :description "Move back a paragraph") (cheatsheet-add :group '--Navigation-- :key "M-}" :description "Move forward by a paragraph") (global-set-key (kbd "C-?") 'cheatsheet-show) (global-set-key (kbd "M-1") 'avy-goto-word-or-subword-1) (cheatsheet-add :group '--Navigation-- :key "M-1" :description "Jump to the a word or subword in the buffer") (setq inhibit-splash-screen t) (setq initial-scratch-message nil) (if (active-ability\? (intern "highligh-current-line")) (if (null (delq t (mapcar 'active-ability\? 'nil))) (progn "Highlights the current line." (global-hl-line-mode t)))) (if (active-ability\? (intern "flycheck")) (if (null (delq t (mapcar 'active-ability\? 'nil))) (progn "Check syntax on the fly using flycheck." (require 'flycheck) (add-hook 'prog-mode-hook 'global-flycheck-mode) (add-hook 'after-init-hook 'global-flycheck-mode)))) (if (active-ability\? (intern "spaceline")) (if (null (delq t (mapcar 'active-ability\? '(flycheck)))) (progn "A really cool mode line alternative which borrowed from awesome spacemacs" (require 'spaceline-config) (require 'extensions/editor/spaceline-alt) (spaceline-define-segment lxdrive "lxdrive indicator on spaceline." (if (and (boundp 'lxdrive-minor-mode) lxdrive-minor-mode) (all-the-icons-faicon "arrows" :height 0.8 :v-adjust 0.15 :face 'all-the-icons-lgreen) (all-the-icons-faicon "pencil" :height 0.8 :v-adjust 0.15)) :tight t) (spaceline-compile "ati" '(((lxdrive) :face highlight-face :skip-alternate t) ((ati-projectile ati-mode-icon ati-buffer-id) :face default-face) ((ati-process ati-region-info) :face highlight-face :separator " | ") ((ati-modified ati-window-numbering ati-buffer-size ati-position) :face highlight-face :skip-alternate t) ((ati-flycheck-status ati- (point) ackage-updates purpose) :separator " | " :face other-face)) '(((ati-vc-icon " ") :face default-face :skip-alternate t :tight t))) (setq-default mode-line-format '("%e" (:eval (spaceline-ml-ati))))))) (global-set-key (kbd "C-<tab>") 'ace-window) (setq aw-keys '(97 115 100 102 103 104 106 107 108)) (if (active-ability\? (intern "tramp")) (if (null (delq t (mapcar 'active-ability\? 'nil))) (progn (setq tramp-default-method "ssh") (cheatsheet-add :group '--EDITOR-- :key "f9" :description "Open up your todo file. checkout `fg42-todo-file` var and `fg42-open-todo` function.") (global-set-key [f9] 'fg42-open-todo)))) (global-unset-key (kbd "C-o")) (global-unset-key (kbd "C-v")) (cheatsheet-add :group '--EDITOR-- :key "C-s-n" :description "Move a paragraph forward") (cheatsheet-add :group '--EDITOR-- :key "C-s-p" :description "Move a paragraph backward") (global-set-key (kbd "C-s-n") 'forward-paragraph) (global-set-key (kbd "C-s-p") 'backward-paragraph) (global-set-key (kbd "C-c M-s") 'replace-string) (global-set-key (kbd "\003 m") 'menu-bar-mode) (global-set-key (kbd "<f2>") 'goto-line) (global-set-key (kbd "M-TAB") 'switch-to-previous-buffer) (global-set-key (kbd "M-`") 'switch-to-favorite-buffer) (setq-default indent-tabs-mode nil) (if (active-ability\? (intern "nlinum")) (if (null (delq t (mapcar 'active-ability\? 'nil))) (progn "Faster alternative to linum-mode" (require 'nlinum) (setq nlinum-highlight-current-line t) (global-nlinum-mode t)))) (setq tab-width 2) (add-hook 'before-save-hook 'delete-trailing-whitespace) (tool-bar-mode -1) (scroll-bar-mode -1) (setq x-select-enable-clipboard t) (column-number-mode t) (if (active-ability\? (intern "linum")) (if (null (delq t (mapcar 'active-ability\? 'nil))) (progn "Line numbering ability" (global-linum-mode) (setq linum-format " %3d ")))) (if (active-ability\? (intern "hide-menu")) (if (null (delq t (mapcar 'active-ability\? 'nil))) (progn "Hides the emacs menu completely." (menu-bar-mode -1)))) (show-paren-mode t) (cua-selection-mode t) (if (active-ability\? (intern "thin-cursor")) (if (null (delq t (mapcar 'active-ability\? 'nil))) (progn (setq-default cursor-type 'bar)))) (if (active-ability\? (intern "nonblinker-cursor")) (if (null (delq t (mapcar 'active-ability\? 'nil))) (progn (blink-cursor-mode -1)))) (global-set-key (kbd "C-=") 'er/expand-region) (global-set-key (kbd "C->") 'mc/mark-next-like-this) (global-set-key (kbd "C-<") 'mc/mark-previous-like-this) (global-set-key (kbd "C-c C-SPC ") 'mc/mark-all-like-this) (define-key global-map (kbd "C-<f5>") 'fg42-reload) (global-set-key (kbd "C--") 'hs-toggle-hiding) (hs-minor-mode) (if (active-ability\? (intern "guru")) (if (null (delq t (mapcar 'active-ability\? 'nil))) (progn (require 'guru-mode) (guru-global-mode 1)))) (if (active-ability\? (intern "ido")) (if (null (delq t (mapcar 'active-ability\? 'nil))) (progn (require 'ido) (require 'flx-ido) (require 'ido-vertical-mode) (ido-everywhere t) (require 'ido-completing-read+) (ido-ubiquitous-mode 1) (ido-mode t) (smex-initialize) (global-set-key (kbd "M-x") 'smex) (flx-ido-mode 1) (setq ido-use-faces nil) (setq ido-use-filename-at-point nil) (setq ido-enable-flex-matching t) (ido-vertical-mode 1)))) (if (active-ability\? (intern "ivy")) (if (null (delq t (mapcar 'active-ability\? 'nil))) (progn "Completion using ivy." (require 'ivy) (require 'counsel) (ivy-mode 1) (setq ivy-use-virtual-buffers t) (setq enable-recursive-minibuffers t) (global-set-key (kbd "M-x") 'counsel-M-x) (global-set-key (kbd "<f1> f") 'counsel-describe-function) (global-set-key (kbd "<f1> v") 'counsel-describe-variable) (global-set-key (kbd "<f1> l") 'counsel-find-library) (global-set-key (kbd "C-c k") 'counsel-ag) (global-set-key (kbd "C-c C-r") 'ivy-resume)))) (if (active-ability\? (intern "swiper")) (if (null (delq t (mapcar 'active-ability\? '(ivy)))) (progn "Replace default isearch with swiper" (global-set-key "\023" 'swiper) (global-set-key "\022" 'swiper)))) (if (active-ability\? (intern "tabbar")) (if (null (delq t (mapcar 'active-ability\? 'nil))) (progn (tabbar-mode 1)))) (if (active-ability\? (intern "helm")) (if (null (delq t (mapcar 'active-ability\? 'nil))) (progn "Helm is an emacs incremental completion and selection narrowing framework" (require 'helm) (require 'helm-flx) (global-set-key (kbd "C-c h") 'helm-command-prefix) (global-set-key (kbd "M-x") 'helm-M-x) (global-set-key (kbd "C-x C-f") 'helm-find-files) (global-unset-key (kbd "C-x c")) (define-key helm-map (kbd "<tab>") 'helm-execute-persistent-action) (define-key helm-map (kbd "C-i") 'helm-execute-persistent-action) (define-key helm-map (kbd "C-z") 'helm-select-action) (if (executable-find "curl") (progn (setq helm-google-suggest-use-curl-p t))) (setq helm-split-window-in-side-p t helm-move-to-line-cycle-in-source t helm-ff-search-library-in-sexp t helm-scroll-amount 8 helm-ff-file-name-history-use-recentf t) (setq helm-flx-for-helm-find-files t helm-flx-for-helm-locate t) (helm-flx-mode 1) (helm-mode 1)))) (if (active-ability\? (intern "desktop-mode")) (if (null (delq t (mapcar 'active-ability\? 'nil))) (progn "Save your current working buffers and restore later" (desktop-save-mode 1)))) (if (active-ability\? (intern "emoji")) (if (null (delq t (mapcar 'active-ability\? 'nil))) (progn "Adds support for emoji support in FG42. (github style)" (require 'emojify) (add-hook 'after-init-hook (function global-emojify-mode))))) (set-fontset-font "fontset-default" (cons (decode-char 'ucs 1575) (decode-char 'ucs 1609)) "Vazir") (set-fontset-font "fontset-default" (cons (decode-char 'ucs 65165) (decode-char 'ucs 65264)) "Vazir") (set-fontset-font "fontset-default" (cons (decode-char 'ucs 1614) (decode-char 'ucs 1705)) "Vazir") (set-fontset-font "fontset-default" (cons (decode-char 'ucs 1776) (decode-char 'ucs 160)) "Vazir") (if (active-ability\? (intern "backup-files")) (if (null (delq t (mapcar 'active-ability\? 'nil))) (progn (if (file-directory-p "~/.backup") (setq backup-directory-alist '(("~/.backup"))) (make-directory "~/.backup")) (setq backup-by-copying t)))) (if (active-ability\? (intern "versioned-backup")) (if (null (delq t (mapcar 'active-ability\? '('backup-files)))) (progn (setq delete-old-versions t) (setq version-control t) (setq kept-new-versions 3) (setq kept-old-versions 2)))) (defalias 'yes-or-no-p 'y-or-n-p) (setup-utils) (setq my-path (file-name-directory load-file-name)) (require 'extensions/editor/version) (require 'extensions/editor/about) (require 'extensions/editor/custom) (require 'extensions/editor/session-management) (require 'extensions/editor/lxdrive-mode) (require 'extensions/editor/lxmodeline)))
(let ((init-func (progn (or (and (memq (type-of (symbol-value extension)) cl-struct-fg42-extension-tags) t) (signal 'wrong-type-argument (list 'fg42-extension (symbol-value extension)))) (aref (symbol-value extension) 5)))) (funcall (symbol-function init-func)))
initialize--extension(editor)
mapcar(initialize--extension (editor development web editor-theme javascript ruby clojure haskell php common-lisp python arduino java racket irc latex))
initialize-extensions()
fg42-initialize()
eval-buffer(#<buffer *load*> nil "/home/velorin/.fg42/fg42-config.el" nil t) ; Reading at buffer position 1292
load-with-code-conversion("/home/velorin/.fg42/fg42-config.el" "~/.fg42/fg42-config.el" nil t)
load("/home/velorin/.fg42/fg42-config.el" nil t)
command-line-1(("--no-splash" "-l" "~/.fg42/fg42-config.el" "test.py"))
command-line()
normal-top-level()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment