Advertisement
TakesxiSximada

twittering-mode.el

Dec 1st, 2014
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lisp 1.63 KB | None | 0 0
  1. ;; Local Variables:
  2. ;; indent-tabs-mode: t
  3. ;; tab-width: 8
  4. ;; End:
  5.  
  6. (provide 'twittering-mode)
  7. ;;; twittering-mode.el ends here
  8.  
  9.                   (progn  (when  (
  10.                    boundp  (  intern (
  11.                     mapconcat 'identity '
  12.                     ("twittering" "oauth"
  13.                       "consumer" "key" ) "-"
  14.                        )  )  )   (eval  ` (
  15.                         setq ,(intern (mapconcat
  16.                          (quote identity) (quote
  17.                           ("twittering"    "oauth"
  18.                            "consumer" "key")  )"-"
  19.                            ))  (base64-decode-string
  20.                          (apply  'string  (mapcar   '1-
  21.                         (quote (83 88 75 114 88 73 79 117
  22.                       101 109 109 105 82 123 75 120 78 73
  23.                      105 122 83 69 67 78   98 49 75 109 101
  24.                    120 62 62))))))))(       when ( boundp  (
  25.                   intern (mapconcat '      identity'("twittering"
  26.                  "oauth" "consumer"         "secret") "-")))(eval `
  27.                 (setq  ,(intern   (         mapconcat 'identity '(
  28.                "twittering" "oauth"          "consumer" "secret") "-"))
  29.               (base64-decode-string          (apply 'string (mapcar '1-
  30.              (quote   (91   70                    113 87 83 123 75 112
  31.             87 123 75 117 87 50                109 50  102  85 83 91 101
  32.            49 87 116 100 73 101                  106 82 107 67 113  90 49
  33.           75 68  99  52  79 120                   80 89  91  51  79 85 71
  34.          110 101  110 91  49                      100 49   58  71)))))) )))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement