Skip to content

Instantly share code, notes, and snippets.

# :category: Operators
#
# Return a Table having the selected column expressions. Each expression can
# be either a
#
# 1. in +cols+, a symbol, +:old_col+, representing a column in the current
# table,
#
# 2. a hash in +new_cols+ of the form +new_col: :old_col+ to rename an
# existing +:old_col+ column as +:new_col+, or
@ddoherty03
ddoherty03 / spacemacs.el
Last active December 31, 2016 09:59
Map Info keys for scrolling to XF86Forward and Back
;; (bind-key "<XF86Forward>" 'Info-scroll-up evil-normal-state-map)
;; (bind-key "<XF86Back>" 'Info-scroll-down evil-normal-state-map)