about summary refs log blame commit diff stats
path: root/.emacs.d/lisp/init-lisp.el
blob: 6abe0ebf3e7895f5eb568a4bc3ede4e8c17dbd55 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                                                                       
;;; init-lisp.el --- LISP Configuration File -*- lexical-binding: t -*-
;;; Commentary:
;;; Code:
(require 'init-paredit)

(use-package eval-expr
  :bind ("M-:" . eval-expr)
  :config
  (defun eval-expr-minibuffer-setup ()
    (local-set-key (kbd "<tab>") #'completion-at-point)
    (set-syntax-table emacs-lisp-mode-syntax-table)
    (paredit-mode)))

(provide 'init-lisp)
;;; init-lisp.el ends here
ersion of the file(s), but you are not * obligated to do so. If you do not wish to do so, delete this exception * statement from your version. If you delete this exception statement from all * source files in the program, then also delete it here. * */ #ifndef UI_TITLEBAR_H #define UI_TITLEBAR_H void create_title_bar(void); void title_bar_update_virtual(void); void title_bar_resize(void); void title_bar_console(void); void title_bar_set_connected(gboolean connected); void title_bar_set_tls(gboolean secured); void title_bar_switch(void); void title_bar_set_typing(gboolean is_typing); #endif