emacs-config/unused/30-other.org

573 B

Unused Other Configurations

Unused Miscellanous Configs

Where config files go unused, but not forgotten. For may that one day come, where they will be useful again

Fcitx

  fcitx
 (use-package fcitx
    :config
    (fcitx-aggressive-setup)
    (setq fcitx-use-dbus t))

EIN

IPython notebook support mode for emacs

  (use-package ein
    :config
    (org-babel-do-load-languages
     'org-babel-load-languages '((emacs-lisp . nil) (ein . t))))